Home
last modified time | relevance | path

Searched refs:BTM_TRACE_ERROR (Results 1 – 10 of 10) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_batchscan.cc140 BTM_TRACE_ERROR("%s: wrong length", __func__); in feat_enable_cb()
150 BTM_TRACE_ERROR("%s: bad subcode, expected: %d got: %d", __func__, in feat_enable_cb()
156 BTM_TRACE_ERROR("%s: state should be ENABLE_CALLED", __func__); in feat_enable_cb()
164 BTM_TRACE_ERROR("%s: wrong length", __func__); in storage_config_cb()
174 BTM_TRACE_ERROR("%s: bad subcode, expected: %d got: %d", __func__, in storage_config_cb()
185 BTM_TRACE_ERROR("%s: wrong length", __func__); in param_enable_cb()
195 BTM_TRACE_ERROR("%s: bad subcode: 0x%02x 0x%02x", __func__, expected_opcode, in param_enable_cb()
206 BTM_TRACE_ERROR("%s: wrong length", __func__); in disable_cb()
216 BTM_TRACE_ERROR("%s: bad subcode: 0x%02x 0x%02x", __func__, expected_opcode, in disable_cb()
222 BTM_TRACE_ERROR("%s: state should be DISABLE_CALLED", __func__); in disable_cb()
[all …]
Dbtm_ble_cont_energy.cc53 BTM_TRACE_ERROR("wrong length for btm_ble_cont_energy_cmpl_cback"); in btm_ble_cont_energy_cmpl_cback()
96 BTM_TRACE_ERROR("Controller does not support get energy info"); in BTM_BleGetEnergyInfo()
Dbtm_ble.cc177 BTM_TRACE_ERROR("unknow local key type: %d", key_type); in BTM_BleLoadLocalKeys()
256 BTM_TRACE_ERROR("Passkey reply to Unknown device"); in BTM_BlePasskeyReply()
286 BTM_TRACE_ERROR("Passkey reply to Unknown device"); in BTM_BleConfirmReply()
321 BTM_TRACE_ERROR("%s: Unknown device", __func__); in BTM_BleOobDataReply()
353 BTM_TRACE_ERROR("%s: Unknown device", __func__); in BTM_BleSecureConnectionOobDataReply()
441 BTM_TRACE_ERROR("Unknown Device, setting rejected"); in BTM_BleSetPrefConnParams()
444 BTM_TRACE_ERROR("Illegal Connection Parameters"); in BTM_BleSetPrefConnParams()
739 BTM_TRACE_ERROR("%s: Wrong mode: no LE link exist or LE not supported", in BTM_BleReadPhy()
748 BTM_TRACE_ERROR("%s failed, request not supported in local controller!", in BTM_BleReadPhy()
1299 BTM_TRACE_ERROR("btm_ble_link_sec_check received for unknown device"); in btm_ble_link_sec_check()
[all …]
Dbtm_ble_adv_filter.cc145 BTM_TRACE_ERROR("%s: bad length: %d", __func__, evt_len); in btm_flt_update_cb()
156 BTM_TRACE_ERROR("%s: Incorrect opcode: 0x%02x, expected: 0x%02x", __func__, in btm_flt_update_cb()
422 BTM_TRACE_ERROR("unknown PF filter condition type %d", cond_type); in btm_ble_cs_update_pf_counter()
459 BTM_TRACE_ERROR("no matching filter counter found"); in btm_ble_cs_update_pf_counter()
546 BTM_TRACE_ERROR("illegal UUID length: %d", uuid_len); in BTM_LE_PF_uuid_filter()
799 BTM_TRACE_ERROR("BD Address not found!"); in BTM_BleAdvFilterParamSetup()
896 BTM_TRACE_ERROR("%s: APCF callback length = %d", __func__, evt_len); in enable_cmpl_cback()
905 BTM_TRACE_ERROR("%s :bad subcode: 0x%02x", __func__, op_subcode); in enable_cmpl_cback()
Dbtm_ble_privacy.cc177 BTM_TRACE_ERROR("%s failed, list full", __func__); in btm_ble_find_irk_index()
317 BTM_TRACE_ERROR("%s no pending resolving list operation", __func__); in btm_ble_remove_resolving_list_entry_complete()
350 BTM_TRACE_ERROR("no pending resolving list operation"); in btm_ble_read_resolving_list_entry_complete()
730 BTM_TRACE_ERROR("%s: Device already in Resolving list", __func__); in btm_ble_resolving_list_load_dev()
Dbtm_ble_gap.cc414 BTM_TRACE_ERROR("%s Observe Already Active", __func__); in BTM_BleObserve()
453 BTM_TRACE_ERROR("%s Observe not active", __func__); in BTM_BleObserve()
1251 BTM_TRACE_ERROR("LE Inquiry is active, can not start inquiry"); in btm_ble_start_inquiry()
1745 BTM_TRACE_ERROR( in btm_ble_process_ext_adv_pkt()
1773 BTM_TRACE_ERROR("%s: bad rssi value in advertising report: %d", __func__, in btm_ble_process_ext_adv_pkt()
1808 BTM_TRACE_ERROR("Malformed LE Advertising Report Event from controller"); in btm_ble_process_adv_pkt()
1828 BTM_TRACE_ERROR("%s: bad rssi value in advertising report: ", __func__, in btm_ble_process_adv_pkt()
1853 BTM_TRACE_ERROR( in btm_ble_process_adv_pkt()
2215 BTM_TRACE_ERROR("unknown adv event : %d", adv_evt); in btm_ble_adv_states_operation()
2605 BTM_TRACE_ERROR("illegal state requested: %d", request_state_mask); in btm_ble_topology_check()
[all …]
Dbtm_sec.cc309 BTM_TRACE_ERROR("BTM_GetSecurityFlags false"); in BTM_GetSecurityFlags()
360 BTM_TRACE_ERROR("BTM_GetSecurityFlags false"); in BTM_GetSecurityFlagsByTransport()
633 BTM_TRACE_ERROR("BTM_PINCodeReply() - Wrong BD Addr"); in BTM_PINCodeReply()
639 BTM_TRACE_ERROR("BTM_PINCodeReply() - no dev CB"); in BTM_PINCodeReply()
739 BTM_TRACE_ERROR("BTM_SecBond: already busy in state: %s", in btm_sec_bond_by_transport()
750 BTM_TRACE_ERROR("%s controller module is not ready", __func__); in btm_sec_bond_by_transport()
868 BTM_TRACE_ERROR( in btm_sec_bond_by_transport()
2361 BTM_TRACE_ERROR("%s: failed to start remote name request", __func__); in btm_sec_rmt_name_request_complete()
2529 BTM_TRACE_ERROR("%s: Unexpected Pairing state received %d", __func__, in btm_io_capabilities_req()
2735 BTM_TRACE_ERROR( in btm_proc_sp_req_evt()
[all …]
Dbtm_inq.cc1070 BTM_TRACE_ERROR("btm_process_inq_results() extended results (%d) > 1", in btm_process_inq_results()
1078 BTM_TRACE_ERROR("%s: can't fit %d results in %d bytes", __func__, in btm_process_inq_results()
1087 BTM_TRACE_ERROR("%s: can't fit %d results in %d bytes", __func__, in btm_process_inq_results()
1480 BTM_TRACE_ERROR("btm_inq_rmt_name_failed_cancelled() remname_active=%d", in btm_inq_rmt_name_failed_cancelled()
Dbtm_devctl.cc530 BTM_TRACE_ERROR("BTM_RegisterForVSEvents: too many callbacks registered"); in BTM_RegisterForVSEvents()
/system/bt/internal_include/
Dbt_trace.h272 #define BTM_TRACE_ERROR(...) \ macro