Searched refs:GAP_TRACE_EVENT (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 237 GAP_TRACE_EVENT("GATT_UUID_GAP_DEVICE_NAME len=0x%04x", p_value->len); in gap_read_attr_value() 347 GAP_TRACE_EVENT("gap_ble_s_attr_request_cback : recv type (0x%02x)", type); in gap_ble_s_attr_request_cback() 366 GAP_TRACE_EVENT("Ignore GATTS_REQ_TYPE_WRITE_EXEC" ); in gap_ble_s_attr_request_cback() 370 GAP_TRACE_EVENT("Get MTU exchange new mtu size: %d", p_data->mtu); in gap_ble_s_attr_request_cback() 375 GAP_TRACE_EVENT("Unknown/unexpected LE GAP ATT request: 0x%02x", type); in gap_ble_s_attr_request_cback() 412 GAP_TRACE_EVENT ("gap_attr_db_init service_handle = %d", service_handle); in gap_attr_db_init() 475 GAP_TRACE_EVENT ("GAP App gatt_if: %d s_hdl = %d start_status=%d", in gap_attr_db_init() 496 GAP_TRACE_EVENT("GAP_BleAttrDBUpdate attr_uuid=0x%04x\n", attr_uuid); in GAP_BleAttrDBUpdate() 500 GAP_TRACE_EVENT("Found attr_uuid=0x%04x\n", attr_uuid); in GAP_BleAttrDBUpdate() 576 GAP_TRACE_EVENT("gap_ble_cl_op_cmpl status: %d", status); in gap_ble_cl_op_cmpl() [all …]
|
D | gap_conn.c | 135 GAP_TRACE_EVENT ("GAP_CONN - Open Request"); in GAP_ConnOpen() 264 GAP_TRACE_EVENT ("GAP_CONN - close handle: 0x%x", gap_handle); in GAP_ConnClose() 342 GAP_TRACE_EVENT ("GAP_ConnReadData - rx_queue_size left=%d, *p_len=%d", in GAP_ConnReadData() 377 GAP_TRACE_EVENT ("GAP_GetRxQueueCnt - rc = 0x%04x, rx_queue_count=%d", in GAP_GetRxQueueCnt() 533 GAP_TRACE_EVENT ("GAP_WriteData %d bytes", p_buf->len); in GAP_ConnWriteData() 648 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr gap_handle = %d", gap_handle); in GAP_ConnGetRemoteAddr() 651 GAP_TRACE_EVENT("GAP_ConnGetRemoteAddr bda :0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", \ in GAP_ConnGetRemoteAddr() 656 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr return Error "); in GAP_ConnGetRemoteAddr() 755 GAP_TRACE_EVENT("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id); in gap_connect_ind() 773 GAP_TRACE_EVENT ("gap_checks_con_flags conn_flags:0x%x, ", p_ccb->con_flags); in gap_checks_con_flags() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 253 #define GAP_TRACE_EVENT(fmt, args...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT && BT_L… macro 420 #define GAP_TRACE_EVENT(fmt, args...) macro
|