Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c405 if ((p_cb = gap_allocate_cb()) != NULL) in GAP_StartInquiry()
486 if ((p_cb = gap_allocate_cb()) != NULL) in GAP_StartPeriodicInquiry()
727 if ((p_cb = gap_allocate_cb()) != NULL) in GAP_GetRemoteDeviceName()
Dgap_int.h196 extern tGAP_INFO *gap_allocate_cb(void);
Dgap_utils.c323 tGAP_INFO *gap_allocate_cb (void) in gap_allocate_cb() function