Home
last modified time | relevance | path

Searched refs:tGATT_APPL_INFO (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h663 } tGATT_APPL_INFO; typedef
728 extern BOOLEAN GATTS_NVRegister (const tGATT_APPL_INFO *p_cb_info);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h551 tGATT_APPL_INFO cb_info;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c63 const tGATT_APPL_INFO bta_gatts_nv_cback = {
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c113 BOOLEAN GATTS_NVRegister (const tGATT_APPL_INFO *p_cb_info) in GATTS_NVRegister()