Home
last modified time | relevance | path

Searched refs:p_char_uuid (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_api.c224 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, in BTA_GATTS_AddCharacteristic() argument
238 if (p_char_uuid) in BTA_GATTS_AddCharacteristic()
240 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharacteristic()
/system/bt/stack/gatt/
Dgatt_db.c497 tBT_UUID * p_char_uuid) in gatts_add_characteristic() argument
512 p_char_val = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, p_char_uuid, perm); in gatts_add_characteristic()
Dgatt_api.c315 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() argument
336 p_char_uuid); in GATTS_AddCharacteristic()
Dgatt_int.h697 …racteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
/system/bt/bta/include/
Dbta_gatt_api.h1235 extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,