Searched refs:BTM_TRACE_WARNING (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sec.c | 588 BTM_TRACE_WARNING("BTM_SEC_REG: Out of Service Records (%d)", BTM_SEC_MAX_SERVICE_RECORDS); in btm_sec_set_security_level() 825 BTM_TRACE_WARNING ("btm_sec_clr_temp_auth_service() - no dev CB"); in btm_sec_clr_temp_auth_service() 863 BTM_TRACE_WARNING ("BTM_PINCodeReply() - Wrong State: %d", btm_cb.pairing_state); in BTM_PINCodeReply() 930 …BTM_TRACE_WARNING ("BTM_PINCodeReply(): waiting HCI_Connection_Complete after rejected incoming co… in BTM_PINCodeReply() 938 … BTM_TRACE_WARNING ("BTM_PINCodeReply(): link is connecting so wait pin code request from peer"); in BTM_PINCodeReply() 1009 BTM_TRACE_WARNING("BTM_SecBond -> Already Paired"); in btm_sec_bond_by_transport() 1380 BTM_TRACE_WARNING ("Security Manager: BTM_SetEncryption not connected"); in BTM_SetEncryption() 1402 BTM_TRACE_WARNING ("Security Manager: BTM_SetEncryption busy, enqueue request"); in BTM_SetEncryption() 1436 BTM_TRACE_WARNING("%s: cannot call btm_ble_set_encryption, p is NULL", __FUNCTION__); in BTM_SetEncryption() 1868 BTM_TRACE_WARNING("%s: unknown BDA: %08x%04x", __FUNCTION__, in BTM_PeerSupportsSecureConnections() [all …]
|
D | btm_ble.c | 151 BTM_TRACE_WARNING ("BTM_SecAddBleKey() Wrong Type, or No Device record \ in BTM_SecAddBleKey() 968 BTM_TRACE_WARNING ("%s PSM: %d no application registerd", __func__, psm); in btm_ble_start_sec_check() 1261 BTM_TRACE_WARNING("btm_sec_save_le_key (Bad key_type 0x%02x)", key_type); in btm_sec_save_le_key() 1281 …BTM_TRACE_WARNING ("BLE key type 0x%02x called for Unknown BDA or type: %08x%04x !! (btm_sec_save_… in btm_sec_save_le_key() 1428 BTM_TRACE_WARNING ("btm_ble_set_encryption (NULL device record!! sec_act=0x%x", sec_act); in btm_ble_set_encryption() 1543 BTM_TRACE_WARNING("Link Encryption is active, Busy!"); in btm_ble_start_encrypt() 1589 BTM_TRACE_WARNING ("btm_ble_link_encrypted (No Device Found!) encr_enable=%d", encr_enable); in btm_ble_link_encrypted()
|
D | btm_sco.c | 376 BTM_TRACE_WARNING ("BTM_WriteScoData, invalid sco index: %d at state [%d]", 431 BTM_TRACE_WARNING("BTM Remote does not support 2-EDR eSCO"); 438 BTM_TRACE_WARNING("BTM Remote does not support 3-EDR eSCO"); 924 BTM_TRACE_WARNING("btm_sco_conn_req: No one wants this SCO connection; rejecting it");
|
D | btm_ble_addr.c | 403 BTM_TRACE_WARNING("%s find pseudo->random match with diff addr type: %d vs %d", in btm_find_dev_by_identity_addr()
|
D | btm_dev.c | 185 BTM_TRACE_WARNING("%s FAILED: Cannot Delete when connection is active", __func__); in BTM_SecDeleteDevice()
|
D | btm_acl.c | 799 BTM_TRACE_WARNING("btm_acl_encrypt_change -> Issuing delayed HCI_Disconnect!!!"); in btm_acl_encrypt_change() 1184 BTM_TRACE_WARNING ("btm_read_remote_ext_features_failed (status 0x%02x) for handle %d", in btm_read_remote_ext_features_failed() 1538 BTM_TRACE_WARNING("btm_acl_role_changed -> Issuing delayed HCI_Disconnect!!!"); in btm_acl_role_changed()
|
D | btm_ble_gap.c | 1577 BTM_TRACE_WARNING("service data does not fit"); in btm_ble_build_adv_data() 1608 BTM_TRACE_WARNING("data exceed max adv packet length"); in btm_ble_build_adv_data() 2540 BTM_TRACE_WARNING("EIR data too long %d. discard", data_len); in btm_ble_update_inq_result() 2844 BTM_TRACE_WARNING("INQ RES: Extra Response Received...cancelling inquiry.."); in btm_ble_process_adv_pkt_cont()
|
D | btm_inq.c | 1716 … BTM_TRACE_WARNING ("BTM Warning: Set Event Filter Failed (HCI returned 0x%x)", hci_status); in btm_event_filter_complete() 2749 BTM_TRACE_WARNING("BTM_GetEirUuidList number of uuid in EIR = %d, size of uuid list = %d", in BTM_GetEirUuidList() 2897 BTM_TRACE_WARNING("btm_convert_uuid_to_uuid16 invalid uuid size"); in btm_convert_uuid_to_uuid16()
|
D | btm_ble_adv_filter.c | 1283 BTM_TRACE_WARNING("condition type [%d] not supported currently.", cond_type); in BTM_BleCfgFilterCondition()
|
/system/bt/include/ |
D | bt_trace.h | 235 #define BTM_TRACE_WARNING(...) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… macro
|