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.c200 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, in BTA_GATTS_AddCharacteristic() argument
211 if (p_char_uuid) in BTA_GATTS_AddCharacteristic()
212 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharacteristic()
/system/bt/stack/gatt/
Dgatt_db.c491 tBT_UUID * p_char_uuid) in gatts_add_characteristic() argument
506 p_char_val = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, p_char_uuid, perm); in gatts_add_characteristic()
Dgatt_api.c314 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() argument
335 p_char_uuid); in GATTS_AddCharacteristic()
Dgatt_int.h679 …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.h1115 extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,