OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ind_id
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/ag/
bta_ag_cmd.c
885
if (p_scb->peer_hf_indicators[index].
ind_id
== 0)
905
static int bta_ag_find_hf_ind_by_id(tBTA_AG_HF_IND *p_hf_ind, int size, uint32_t
ind_id
)
909
if (p_hf_ind[index].
ind_id
==
ind_id
)
941
p_scb->peer_hf_indicators[index].
ind_id
= rcv_ind_id;
970
for (uint32_t i = 0; i < bta_ag_local_hf_ind_cfg[0].
ind_id
; i++)
977
sprintf(&buffer[index++], "%d", bta_ag_local_hf_ind_cfg[i+1].
ind_id
);
990
/* bta_ag_local_hf_ind_cfg[0].
ind_id
is used as BTA_AG_NUM_LOCAL_HF_IND */
991
for (uint32_t i = 0; i < bta_ag_local_hf_ind_cfg[0].
ind_id
; i++)
999
p_scb->local_hf_indicators[i].
ind_id
= bta_ag_local_hf_ind_cfg[i+1].ind_id
1101
UINT32 i,
ind_id
;
local
[
all
...]
/system/bt/bta/include/
bta_ag_api.h
420
UINT16
ind_id
;
member in struct:__anon73392
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
3184
int
ind_id
= 0;
local
[
all
...]
Completed in 101 milliseconds