Lines Matching refs:btm_status
1218 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name() local
1225 btm_status = BTM_ReadRemoteDeviceName(bta_dm_search_cb.peer_bdaddr, in bta_dm_read_remote_device_name()
1228 if (btm_status == BTM_CMD_STARTED) { in bta_dm_read_remote_device_name()
1232 } else if (btm_status == BTM_BUSY) { in bta_dm_read_remote_device_name()
1243 btm_status); in bta_dm_read_remote_device_name()
2147 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback() local
2164 btm_status = in bta_dm_service_search_remname_cback()
2167 if (btm_status == BTM_BUSY) { in bta_dm_service_search_remname_cback()
2170 } else if (btm_status != BTM_CMD_STARTED) { in bta_dm_service_search_remname_cback()
2173 __func__, btm_status); in bta_dm_service_search_remname_cback()
2177 rem_name.status = btm_status; in bta_dm_service_search_remname_cback()
4092 tBTM_STATUS btm_status = BTM_BleGetEnergyInfo(bta_ble_energy_info_cmpl); in bta_dm_ble_get_energy_info() local
4093 if (BTM_CMD_STARTED != btm_status) in bta_dm_ble_get_energy_info()
4094 bta_ble_energy_info_cmpl(0, 0, 0, 0, btm_status); in bta_dm_ble_get_energy_info()