OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_inst
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/srvc/
srvc_battery.c
51
tBA_INST *
p_inst
= &battery_cb.battery_inst[0];
local
53
for (;i < BA_MAX_INT_NUM; i ++,
p_inst
++)
55
if (handle ==
p_inst
->ba_level_hdl ||
56
handle ==
p_inst
->clt_cfg_hdl ||
57
handle ==
p_inst
->rpt_ref_hdl ||
58
handle ==
p_inst
->pres_fmt_hdl )
75
tBA_INST *
p_inst
= &battery_cb.battery_inst[0];
local
80
for (i = 0; i < BA_MAX_INT_NUM; i ++,
p_inst
++)
83
if (handle ==
p_inst
->clt_cfg_hdl)
88
if (
p_inst
->p_cback
115
tBA_INST *
p_inst
= &battery_cb.battery_inst[0];
local
203
tBA_INST *
p_inst
;
local
309
tBA_INST *
p_inst
= &battery_cb.battery_inst[0];
local
377
tBA_INST *
p_inst
= &battery_cb.battery_inst[0];
local
[
all
...]
/system/bt/stack/btm/
btm_ble_multi_adv.c
116
tBTM_BLE_MULTI_ADV_INST *
p_inst
;
local
138
p_inst
= &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
180
if (cb_evt != 0 &&
p_inst
->p_cback != NULL)
182
(
p_inst
->p_cback)(cb_evt, inst_id,
p_inst
->p_ref, status);
253
tBTM_STATUS btm_ble_multi_adv_set_params (tBTM_BLE_MULTI_ADV_INST *
p_inst
,
274
BDADDR_TO_STREAM (pp,
p_inst
->rpa);
297
UINT8_TO_STREAM (pp,
p_inst
->inst_id);
304
p_params->channel_map,p_params->adv_filter_policy,
p_inst
->inst_id,p_params->tx_power);
312
p_inst
->adv_evt = p_params->adv_type
386
tBTM_BLE_MULTI_ADV_INST *
p_inst
= NULL;
local
489
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
local
518
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[0];
local
550
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[0];
local
618
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
local
878
tBTM_BLE_MULTI_ADV_INST *
p_inst
= NULL;
local
[
all
...]
btm_ble_int.h
462
extern void btm_ble_multi_adv_configure_rpa (tBTM_BLE_MULTI_ADV_INST *
p_inst
);
Completed in 65 milliseconds