Searched defs:p_char_uuid (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_api.c217 ** p_char_uuid : Characteristic UUID.
224 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, argument
238 if (p_char_uuid)
240 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID));
/system/bt/stack/gatt/
H A Dgatt_db.c497 tBT_UUID * p_char_uuid)
512 p_char_val = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, p_char_uuid, perm);
495 gatts_add_characteristic(tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID * p_char_uuid) argument
H A Dgatt_api.c315 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, argument
336 p_char_uuid);

Completed in 456 milliseconds