OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_ag_send_call_inds
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c
779
** Function
bta_ag_send_call_inds
787
void
bta_ag_send_call_inds
(tBTA_AG_SCB *p_scb, tBTA_AG_RES result)
function
[
all
...]
bta_ag_act.c
731
bta_ag_send_call_inds
(p_scb, BTA_AG_IN_CALL_CONN_RES);
760
bta_ag_send_call_inds
(p_scb, BTA_AG_IN_CALL_CONN_RES);
765
bta_ag_send_call_inds
(p_scb, BTA_AG_OUT_CALL_ORIG_RES);
770
bta_ag_send_call_inds
(p_scb, BTA_AG_END_CALL_RES);
775
bta_ag_send_call_inds
(p_scb, BTA_AG_END_CALL_RES);
778
bta_ag_send_call_inds
(p_scb, BTA_AG_IN_CALL_RES);
bta_ag_int.h
392
extern void
bta_ag_send_call_inds
(tBTA_AG_SCB *p_scb, tBTA_AG_RES result);
Completed in 70 milliseconds