OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gap_find_ccb_by_handle
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_conn.c
41
static tGAP_CCB *
gap_find_ccb_by_handle
(UINT16 handle);
254
tGAP_CCB *p_ccb =
gap_find_ccb_by_handle
(gap_handle);
293
tGAP_CCB *p_ccb =
gap_find_ccb_by_handle
(gap_handle);
399
tGAP_CCB *p_ccb =
gap_find_ccb_by_handle
(gap_handle);
438
tGAP_CCB *p_ccb =
gap_find_ccb_by_handle
(gap_handle);
506
tGAP_CCB *p_ccb =
gap_find_ccb_by_handle
(gap_handle);
586
tGAP_CCB *p_ccb =
gap_find_ccb_by_handle
(gap_handle);
626
if ((p_ccb =
gap_find_ccb_by_handle
(gap_handle)) == NULL)
652
tGAP_CCB *p_ccb =
gap_find_ccb_by_handle
(gap_handle);
686
if ((p_ccb =
gap_find_ccb_by_handle
(gap_handle)) == NULL
1104
static tGAP_CCB *
gap_find_ccb_by_handle
(UINT16 handle)
function
[
all
...]
Completed in 44 milliseconds