Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gap/
Dgap_int.h182 } tGAP_CB; typedef
190 GAP_API extern tGAP_CB gap_cb;
192 GAP_API extern tGAP_CB *gap_cb_ptr;
Dgap_utils.c27 tGAP_CB gap_cb;
Dgap_api.c877 memset (&gap_cb, 0, sizeof (tGAP_CB)); in GAP_Init()