Home
last modified time | relevance | path

Searched refs:control_block (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_hf.cc234 static void send_indicator_update(const btif_hf_cb_t& control_block, in send_indicator_update() argument
239 BTA_AgResult(control_block.handle, BTA_AG_IND_RES, ag_res); in send_indicator_update()
638 static void UpdateCallStates(btif_hf_cb_t* control_block, int num_active, in UpdateCallStates() argument
640 control_block->num_active = num_active; in UpdateCallStates()
641 control_block->num_held = num_held; in UpdateCallStates()
642 control_block->call_setup_state = call_setup_state; in UpdateCallStates()
884 const btif_hf_cb_t& control_block = btif_hf_cb[idx]; in DeviceStatusNotification() local
889 send_indicator_update(control_block, BTA_AG_IND_SERVICE, in DeviceStatusNotification()
891 send_indicator_update(control_block, BTA_AG_IND_ROAM, in DeviceStatusNotification()
893 send_indicator_update(control_block, BTA_AG_IND_SIGNAL, signal); in DeviceStatusNotification()
[all …]
/system/bt/stack/l2cap/
Dl2c_api.cc1068 tL2C_CCB* control_block = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetIdentifiers() local
1069 if (!control_block) return false; in L2CA_GetIdentifiers()
1071 if (rcid) *rcid = control_block->remote_cid; in L2CA_GetIdentifiers()
1072 if (handle) *handle = control_block->p_lcb->handle; in L2CA_GetIdentifiers()