Lines Matching refs:btm_status
1201 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name() local
1208 btm_status = BTM_ReadRemoteDeviceName(bta_dm_search_cb.peer_bdaddr, in bta_dm_read_remote_device_name()
1211 if (btm_status == BTM_CMD_STARTED) { in bta_dm_read_remote_device_name()
1215 } else if (btm_status == BTM_BUSY) { in bta_dm_read_remote_device_name()
1226 btm_status); in bta_dm_read_remote_device_name()
2129 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback() local
2146 btm_status = in bta_dm_service_search_remname_cback()
2149 if (btm_status == BTM_BUSY) { in bta_dm_service_search_remname_cback()
2152 } else if (btm_status != BTM_CMD_STARTED) { in bta_dm_service_search_remname_cback()
2155 __func__, btm_status); in bta_dm_service_search_remname_cback()
2159 rem_name.status = btm_status; in bta_dm_service_search_remname_cback()
4073 tBTM_STATUS btm_status = BTM_BleGetEnergyInfo(bta_ble_energy_info_cmpl); in bta_dm_ble_get_energy_info() local
4074 if (BTM_CMD_STARTED != btm_status) in bta_dm_ble_get_energy_info()
4075 bta_ble_energy_info_cmpl(0, 0, 0, 0, btm_status); in bta_dm_ble_get_energy_info()