Lines Matching refs:hci_status
315 void btm_acl_report_role_change(uint8_t hci_status, const RawAddress* bda) { in btm_acl_report_role_change() argument
322 ref_data.hci_status = hci_status; in btm_acl_report_role_change()
626 btm_cb.devcb.switch_role_ref_data.hci_status = HCI_ERR_UNSUPPORTED_VALUE; in BTM_SwitchRole()
681 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, in btm_acl_encrypt_change()
690 evt.hci_status = btm_cb.devcb.switch_role_ref_data.hci_status; in btm_acl_encrypt_change()
697 __func__, evt.new_role, evt.hci_status, p->switch_role_state); in btm_acl_encrypt_change()
1430 uint8_t hci_status) { in btm_blacklist_role_change_device() argument
1437 if (hci_status == HCI_SUCCESS) { in btm_blacklist_role_change_device()
1449 if ((hci_status != HCI_SUCCESS) && in btm_blacklist_role_change_device()
1477 void btm_acl_role_changed(uint8_t hci_status, const RawAddress* bd_addr, in btm_acl_role_changed() argument
1487 hci_status, new_role); in btm_acl_role_changed()
1491 if (hci_status != HCI_SUCCESS) in btm_acl_role_changed()
1492 btm_acl_report_role_change(hci_status, bd_addr); in btm_acl_role_changed()
1496 p_data->hci_status = hci_status; in btm_acl_role_changed()
1498 if (hci_status == HCI_SUCCESS) { in btm_acl_role_changed()
1535 btm_acl_report_role_change(hci_status, bd_addr); in btm_acl_role_changed()
1543 evt.hci_status = hci_status; in btm_acl_role_changed()
1553 p_data->role, p_data->hci_status, p->switch_role_state); in btm_acl_role_changed()
2174 STREAM_TO_UINT8(result.hci_status, p); in btm_read_tx_power_complete()
2176 if (result.hci_status == HCI_SUCCESS) { in btm_read_tx_power_complete()
2196 result.tx_power, result.hci_status); in btm_read_tx_power_complete()
2243 STREAM_TO_UINT8(result.hci_status, p); in btm_read_rssi_complete()
2245 if (result.hci_status == HCI_SUCCESS) { in btm_read_rssi_complete()
2253 result.rssi, result.hci_status); in btm_read_rssi_complete()
2310 STREAM_TO_UINT8(result.hci_status, p); in btm_read_failed_contact_counter_complete()
2312 if (result.hci_status == HCI_SUCCESS) { in btm_read_failed_contact_counter_complete()
2320 result.failed_contact_counter, result.hci_status); in btm_read_failed_contact_counter_complete()
2377 STREAM_TO_UINT8(result.hci_status, p); in btm_read_automatic_flush_timeout_complete()
2379 if (result.hci_status == HCI_SUCCESS) { in btm_read_automatic_flush_timeout_complete()
2387 result.automatic_flush_timeout, result.hci_status); in btm_read_automatic_flush_timeout_complete()
2440 STREAM_TO_UINT8(result.hci_status, p); in btm_read_link_quality_complete()
2442 if (result.hci_status == HCI_SUCCESS) { in btm_read_link_quality_complete()
2451 result.link_quality, result.hci_status); in btm_read_link_quality_complete()
2532 uint8_t hci_status) { in btm_cont_rswitch() argument