Home
last modified time | relevance | path

Searched refs:GAP_TRACE_EVENT (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/gap/
Dgap_ble.c246 GAP_TRACE_EVENT("GATT_UUID_GAP_DEVICE_NAME len=0x%04x", p_value->len); in gap_read_attr_value()
335 GAP_TRACE_EVENT("gap_ble_s_attr_request_cback : recv type (0x%02x)", type); in gap_ble_s_attr_request_cback()
354 GAP_TRACE_EVENT("Ignore GATTS_REQ_TYPE_WRITE_EXEC" ); in gap_ble_s_attr_request_cback()
358 GAP_TRACE_EVENT("Get MTU exchange new mtu size: %d", p_data->mtu); in gap_ble_s_attr_request_cback()
363 GAP_TRACE_EVENT("Unknown/unexpected LE GAP ATT request: 0x%02x", type); in gap_ble_s_attr_request_cback()
399 GAP_TRACE_EVENT ("gap_attr_db_init service_handle = %d", service_handle); in gap_attr_db_init()
445 GAP_TRACE_EVENT ("GAP App gatt_if: %d s_hdl = %d start_status=%d", in gap_attr_db_init()
466 GAP_TRACE_EVENT("GAP_BleAttrDBUpdate attr_uuid=0x%04x", attr_uuid); in GAP_BleAttrDBUpdate()
472 GAP_TRACE_EVENT("Found attr_uuid=0x%04x", attr_uuid); in GAP_BleAttrDBUpdate()
550 GAP_TRACE_EVENT("gap_ble_cl_op_cmpl status: %d", status); in gap_ble_cl_op_cmpl()
[all …]
Dgap_conn.c134 GAP_TRACE_EVENT ("GAP_CONN - Open Request"); in GAP_ConnOpen()
309 GAP_TRACE_EVENT ("GAP_CONN - close handle: 0x%x", gap_handle); in GAP_ConnClose()
387 GAP_TRACE_EVENT ("GAP_ConnReadData - rx_queue_size left=%d, *p_len=%d", in GAP_ConnReadData()
424 GAP_TRACE_EVENT ("GAP_GetRxQueueCnt - rc = 0x%04x, rx_queue_count=%d", in GAP_GetRxQueueCnt()
517 GAP_TRACE_EVENT ("GAP_WriteData %d bytes", p_buf->len); in GAP_ConnWriteData()
631 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr gap_handle = %d", gap_handle); in GAP_ConnGetRemoteAddr()
635 GAP_TRACE_EVENT("GAP_ConnGetRemoteAddr bda :0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", \ in GAP_ConnGetRemoteAddr()
642 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr return Error "); in GAP_ConnGetRemoteAddr()
709 GAP_TRACE_EVENT("%s: GAP_EVT_TX_EMPTY", __func__); in gap_tx_complete_ind()
777 GAP_TRACE_EVENT("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id); in gap_connect_ind()
[all …]
/system/bt/include/
Dbt_trace.h267 #define GAP_TRACE_EVENT(...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… macro