OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_inst
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/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
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble_multi_adv.c
101
tBTM_BLE_MULTI_ADV_INST *
p_inst
;
local
123
p_inst
= &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
163
if (cb_evt != 0 &&
p_inst
->p_cback != NULL)
165
(
p_inst
->p_cback)(cb_evt, inst_id,
p_inst
->p_ref, status);
236
tBTM_STATUS btm_ble_multi_adv_set_params (tBTM_BLE_MULTI_ADV_INST *
p_inst
,
257
BDADDR_TO_STREAM (pp,
p_inst
->rpa);
280
UINT8_TO_STREAM (pp,
p_inst
->inst_id);
287
p_params->channel_map,p_params->adv_filter_policy,
p_inst
->inst_id,p_params->tx_power);
295
p_inst
->adv_evt = p_params->adv_type
368
tBTM_BLE_MULTI_ADV_INST *
p_inst
= NULL;
local
470
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
local
499
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[0];
local
530
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[0];
local
599
tBTM_BLE_MULTI_ADV_INST *
p_inst
= &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
local
856
tBTM_BLE_MULTI_ADV_INST *
p_inst
= NULL;
local
[
all
...]
btm_ble_int.h
395
extern void btm_ble_multi_adv_configure_rpa (tBTM_BLE_MULTI_ADV_INST *
p_inst
);
Completed in 55 milliseconds