Searched refs:GAP_TRACE_EVENT1 (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c308 GAP_TRACE_EVENT1("GATT_UUID_GAP_DEVICE_NAME len=0x%04x", p_value->len);
430 GAP_TRACE_EVENT1("gap_ble_s_attr_request_cback : recv type (0x%02x)", type);
453 GAP_TRACE_EVENT1("Get MTU exchange new mtu size: %d", p_data->mtu);
458 GAP_TRACE_EVENT1("Unknown/unexpected LE GAP ATT request: 0x%02x", type);
494 GAP_TRACE_EVENT1 ("gap_attr_db_init service_handle = %d", service_handle);
538 GAP_TRACE_EVENT1("GAP_BleAttrDBUpdate attr_uuid=0x%04x", attr_uuid);
544 GAP_TRACE_EVENT1("Found attr_uuid=0x%04x", attr_uuid);
582 GAP_TRACE_EVENT1("gap_ble_cl_op_cmpl status: %d", status);
648 GAP_TRACE_EVENT1 ("cl_op_uuid=0x%04x", cl_op_uuid );
H A Dgap_utils.c67 GAP_TRACE_EVENT1(" GAP Discovery Complete Event(SDP Result: 0x%04x)", *((UINT16 *) p_data));
81 GAP_TRACE_EVENT1(" GAP Remote Name Complete Event (status 0x%04x)", ((tGAP_REMOTE_DEV_NAME *)p_data)->status);
195 GAP_TRACE_EVENT1(" GAP: FindAddrByName Rem Name Cmpl Evt (Status 0x%04x)", p->status);
H A Dgap_conn.c256 GAP_TRACE_EVENT1 ("GAP_CONN - close handle: 0x%x", gap_handle);
540 GAP_TRACE_EVENT1 ("GAP_WriteData %d bytes", p_buf->len);
654 GAP_TRACE_EVENT1 ("GAP_ConnGetRemoteAddr gap_handle = %d", gap_handle);
763 GAP_TRACE_EVENT1("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id);
781 GAP_TRACE_EVENT1 ("gap_checks_con_flags conn_flags:0x%x, ", p_ccb->con_flags);
969 GAP_TRACE_EVENT1 ("GAP_CONN - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
/external/bluetooth/bluedroid/include/
H A Dbt_trace.h948 #define GAP_TRACE_EVENT1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_1(TRACE_LAYER_GAP, TRACE_TYPE_EVENT, m, p1);} macro
2873 #define GAP_TRACE_EVENT1(m,p1) macro
/external/libnfc-nci/src/include/
H A Dbt_trace.h907 #define GAP_TRACE_EVENT1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_1(TRACE_LAYER_GAP, TRACE_TYPE_EVENT, m, p1);} macro
2958 #define GAP_TRACE_EVENT1(m,p1) macro

Completed in 83 milliseconds