Searched refs:control_block (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf.cc | 234 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() 674 static void UpdateCallStates(btif_hf_cb_t* control_block, int num_active, in UpdateCallStates() argument 676 control_block->num_active = num_active; in UpdateCallStates() 677 control_block->num_held = num_held; in UpdateCallStates() 678 control_block->call_setup_state = call_setup_state; in UpdateCallStates() 920 const btif_hf_cb_t& control_block = btif_hf_cb[idx]; in DeviceStatusNotification() local 925 send_indicator_update(control_block, BTA_AG_IND_SERVICE, in DeviceStatusNotification() 927 send_indicator_update(control_block, BTA_AG_IND_ROAM, in DeviceStatusNotification() 929 send_indicator_update(control_block, BTA_AG_IND_SIGNAL, signal); in DeviceStatusNotification() [all …]
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 1001 tL2C_CCB* control_block = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetRemoteCid() local 1002 if (!control_block) return false; in L2CA_GetRemoteCid() 1004 if (rcid) *rcid = control_block->remote_cid; in L2CA_GetRemoteCid()
|