Home
last modified time | relevance | path

Searched refs:p_decl (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c278 tGATT_HDL_LIST_ELEM *p_decl, *p_incl_decl; in GATTS_AddIncludeService() local
280 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) { in GATTS_AddIncludeService()
289 return gatts_add_included_service(&p_decl->svc_db, in GATTS_AddIncludeService()
315 tGATT_HDL_LIST_ELEM *p_decl; in GATTS_AddCharacteristic() local
317 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) { in GATTS_AddCharacteristic()
328 return gatts_add_characteristic(&p_decl->svc_db, in GATTS_AddCharacteristic()
357 tGATT_HDL_LIST_ELEM *p_decl; in GATTS_AddCharDescriptor() local
359 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) { in GATTS_AddCharDescriptor()
370 return gatts_add_char_descr(&p_decl->svc_db, in GATTS_AddCharDescriptor()
769 tGATT_HDL_LIST_ELEM *p_decl = NULL; in GATTS_SetAttributeValue() local
[all …]
Dgatt_db.c927 tGATT_HDL_LIST_ELEM *p_decl = NULL; in gatts_is_auto_response() local
930 if ((p_decl = gatt_find_hdl_buffer_by_attr_handle(attr_handle)) == NULL) { in gatts_is_auto_response()
935 p_db = &p_decl->svc_db; in gatts_is_auto_response()