/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_bgconn.c | 83 BTM_TRACE_ERROR1("WL full or empty, unable to update to WL. num_entry available: %d", p_cb->num_empty_filter); 340 BTM_TRACE_ERROR1("conn_st = %d, not in auto conn state, can not stop.", p_cb->conn_state);
|
btm_ble.c | 219 BTM_TRACE_ERROR1("unknow local key type: %d", key_type); 607 BTM_TRACE_ERROR1("%s: Unable to Trigger LE receiver test", __FUNCTION__); 629 BTM_TRACE_ERROR1("%s: Unable to Trigger LE transmitter test", __FUNCTION__); 648 BTM_TRACE_ERROR1("%s: Unable to End the LE TX/RX test", __FUNCTION__); [all...] |
btm_acl.c | [all...] |
btm_devctl.c | [all...] |
btm_sco.c | 345 BTM_TRACE_ERROR1 ("BTM SCO - cannot send buffer, offset: %d", p_buf->offset); 501 BTM_TRACE_ERROR1("btm_accept_sco_link: Invalid sco_inx(%d)", sco_inx); [all...] |
btm_ble_gap.c | 337 BTM_TRACE_ERROR1("invalid bg connection type : %d ", bg_conn_type); [all...] |
btm_sec.c | 122 BTM_TRACE_ERROR1 ("BTM_SecRegister:p_cb_info->p_le_callback == 0x%x ", p_cb_info->p_le_callback); 146 BTM_TRACE_ERROR1 ("BTM_SecRegister: btm_cb.api.p_le_callback = 0x%x ", btm_cb.api.p_le_callback); 310 BTM_TRACE_ERROR1 ("BTM_SetSecurityMode: unknown mode:%d", security_mode); [all...] |
btm_inq.c | [all...] |
/external/bluetooth/bluedroid/include/ |
bt_trace.h | [all...] |
/external/libnfc-nci/src/include/ |
bt_trace.h | 647 #define BTM_TRACE_ERROR1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_1(TRACE_LAYER_BTM, TRACE_TYPE_ERROR, m,p1);} [all...] |