Searched refs:tGATT_ATTR_VAL (Results 1 – 9 of 9) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 335 }tGATT_ATTR_VAL; typedef 776 tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control); 798 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 50 static BOOLEAN gatts_add_char_desc_value_check (tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *cont… 514 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_characteristic() 550 … if (!copy_extra_byte_in_db(p_db, (void **)&p_char_val->p_value, sizeof(tGATT_ATTR_VAL))) { in gatts_add_characteristic() 654 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_char_descr() 675 … if (!copy_extra_byte_in_db(p_db, (void **)&p_char_dscptr->p_value, sizeof(tGATT_ATTR_VAL))) { in gatts_add_char_descr() 1517 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_attr.c | 366 tGATT_ATTR_VAL attr_val = { in gatt_profile_db_init()
|
D | gatt_api.c | 296 tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in GATTS_AddCharacteristic() 338 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in GATTS_AddCharDescriptor()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 174 tGATT_ATTR_VAL attr_val; 732 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, 735 tBT_UUID *p_dscp_uuid, tGATT_ATTR_VAL *attr_val,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 498 typedef tGATT_ATTR_VAL tBTA_GATT_ATTR_VAL; 1327 … tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property, tGATT_ATTR_VAL *attr_val,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 344 tGATT_ATTR_VAL attr_val; in btc_gatts_act_create_attr_tab() 394 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()
|
/device/soc/esp/esp32/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()
|