Searched refs:GAP_TRACE_EVENT (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/gap/ |
D | gap_ble.c | 246 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 …]
|
D | gap_conn.c | 132 GAP_TRACE_EVENT ("GAP_CONN - Open Request"); in GAP_ConnOpen() 268 GAP_TRACE_EVENT ("GAP_CONN - close handle: 0x%x", gap_handle); in GAP_ConnClose() 351 GAP_TRACE_EVENT ("GAP_ConnReadData - rx_queue_size left=%d, *p_len=%d", in GAP_ConnReadData() 388 GAP_TRACE_EVENT ("GAP_GetRxQueueCnt - rc = 0x%04x, rx_queue_count=%d", in GAP_GetRxQueueCnt() 552 GAP_TRACE_EVENT ("GAP_WriteData %d bytes", p_buf->len); in GAP_ConnWriteData() 666 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr gap_handle = %d", gap_handle); in GAP_ConnGetRemoteAddr() 670 GAP_TRACE_EVENT("GAP_ConnGetRemoteAddr bda :0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", \ in GAP_ConnGetRemoteAddr() 677 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr return Error "); in GAP_ConnGetRemoteAddr() 775 GAP_TRACE_EVENT("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id); in gap_connect_ind() 793 GAP_TRACE_EVENT ("gap_checks_con_flags conn_flags:0x%x, ", p_ccb->con_flags); in gap_checks_con_flags() [all …]
|
/system/bt/include/ |
D | bt_trace.h | 271 #define GAP_TRACE_EVENT(...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… macro
|