Searched refs:p_char_uuid (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gatts_api.c | 224 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/ |
D | gatt_db.c | 497 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()
|
D | gatt_api.c | 315 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() argument 336 p_char_uuid); in GATTS_AddCharacteristic()
|
D | gatt_int.h | 697 …racteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 1235 extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
|