Searched refs:p_char_uuid (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_api.c | 218 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/ |
D | gatt_api.h | 787 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 310 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() argument 330 p_char_uuid, in GATTS_AddCharacteristic()
|
D | gatt_db.c | 512 … 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/ |
D | bta_gatt_api.h | 1330 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/ |
D | gatt_int.h | 749 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val,
|