Searched refs:tGATT_ATTR_VAL (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 340 }tGATT_ATTR_VAL; typedef 789 tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control); 811 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 52 static BOOLEAN gatts_add_char_desc_value_check (tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *cont… 512 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_characteristic() 548 … if (!copy_extra_byte_in_db(p_db, (void **)&p_char_val->p_value, sizeof(tGATT_ATTR_VAL))) { in gatts_add_characteristic() 652 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_char_descr() 673 … if (!copy_extra_byte_in_db(p_db, (void **)&p_char_dscptr->p_value, sizeof(tGATT_ATTR_VAL))) { in gatts_add_char_descr() 1595 static BOOLEAN gatts_add_char_desc_value_check (tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *cont… in gatts_add_char_desc_value_check()
|
D | gatt_api.c | 313 tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in GATTS_AddCharacteristic() 355 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in GATTS_AddCharDescriptor()
|
D | gatt_attr.c | 473 tGATT_ATTR_VAL attr_val = { in gatt_profile_db_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 174 tGATT_ATTR_VAL attr_val; 751 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, 754 tBT_UUID *p_dscp_uuid, tGATT_ATTR_VAL *attr_val,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 501 typedef tGATT_ATTR_VAL tBTA_GATT_ATTR_VAL; 1366 … tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property, tGATT_ATTR_VAL *attr_val,
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 338 tGATT_ATTR_VAL attr_val; in btc_gatts_act_create_attr_tab() 388 tGATT_ATTR_VAL attr_val; in btc_gatts_act_create_attr_tab() 665 (tGATT_ATTR_VAL *)&arg->add_char.char_val, in btc_gatts_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_api.c | 219 … tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property, tGATT_ATTR_VAL *attr_val, in BTA_GATTS_AddCharacteristic()
|
D | bta_gatts_act.c | 408 tGATT_ATTR_VAL *p_attr_val = NULL; in bta_gatts_add_char() 459 tGATT_ATTR_VAL *p_attr_val = NULL; in bta_gatts_add_char_descr()
|