Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c218 void BTA_GATTS_AddCharacteristic (UINT16 service_id, const tBT_UUID * p_char_uuid, in BTA_GATTS_AddCharacteristic() argument
248 if (p_char_uuid) { in BTA_GATTS_AddCharacteristic()
249 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharacteristic()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h787 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c310 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() argument
330 p_char_uuid, in GATTS_AddCharacteristic()
Dgatt_db.c512 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_characteristic() argument
532 p_char_val = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, p_char_uuid, perm); in gatts_add_characteristic()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1330 extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, const tBT_UUID * p_char_uuid,
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h749 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val,