Home
last modified time | relevance | path

Searched refs:gap_cback (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_utils.c67 p_cb->gap_cback = NULL; in gap_free_cb()
Dgap_ble.c52 static const tGATT_CBACK gap_cback = { variable
383 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback); in gap_attr_db_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h31 tGAP_CALLBACK *gap_cback; /* Pointer to users callback function */ member