Searched refs:p_descr_uuid (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 595 UINT8 gatt_convertchar_descr_type(tBT_UUID *p_descr_uuid) in gatt_convertchar_descr_type() argument 599 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) { in gatt_convertchar_descr_type() 604 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) { in gatt_convertchar_descr_type() 609 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) { in gatt_convertchar_descr_type() 614 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) { in gatt_convertchar_descr_type() 619 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) { in gatt_convertchar_descr_type() 624 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) { in gatt_convertchar_descr_type() 629 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) { in gatt_convertchar_descr_type() 652 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_char_descr() argument 657 GATT_TRACE_DEBUG("gatts_add_char_descr uuid=0x%04x\n", p_descr_uuid->uu.uuid16); in gatts_add_char_descr() [all …]
|
D | gatt_api.c | 355 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in GATTS_AddCharDescriptor() argument 363 if (p_descr_uuid == NULL || in GATTS_AddCharDescriptor() 364 (p_descr_uuid->len != LEN_UUID_128 && p_descr_uuid->len != LEN_UUID_16 in GATTS_AddCharDescriptor() 365 && p_descr_uuid->len != LEN_UUID_32)) { in GATTS_AddCharDescriptor() 372 p_descr_uuid, in GATTS_AddCharDescriptor()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_api.c | 274 const tBT_UUID * p_descr_uuid, tBTA_GATT_ATTR_VAL *attr_val, in BTA_GATTS_AddCharDescriptor() argument 291 if (p_descr_uuid) { in BTA_GATTS_AddCharDescriptor() 292 memcpy(&p_buf->descr_uuid, p_descr_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharDescriptor()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 811 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 1388 const tBT_UUID * p_descr_uuid, tBTA_GATT_ATTR_VAL *attr_val,
|