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

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_utils.c61 GAP_TRACE_EVENT(" GAP Inquiry Complete Event (Status 0x%04x, Result(s) %d)",
68 GAP_TRACE_EVENT(" GAP Discovery Complete Event(SDP Result: 0x%04x)", *((UINT16 *) p_data));
72 GAP_TRACE_EVENT(" GAP Discovery Successfully Completed");
82 GAP_TRACE_EVENT(" GAP Remote Name Complete Event (status 0x%04x)", ((tGAP_REMOTE_DEV_NAME *)p_data)->status);
122 GAP_TRACE_EVENT ("GAP Inquiry Results Callback (bdaddr [%02x%02x%02x%02x%02x%02x])",
126 GAP_TRACE_EVENT (" (COD [%02x%02x%02x], clkoff 0x%04x)",
170 GAP_TRACE_EVENT(" GAP: FindAddrByName Rem Name Cmpl Evt (Status 0x%04x, Name [%s])",
197 GAP_TRACE_EVENT(" GAP: FindAddrByName Rem Name Cmpl Evt (Status 0x%04x)", p->status);
235 GAP_TRACE_EVENT(" GAP: FindAddrByName Inq Cmpl Evt (Status 0x%04x, Result(s) %d)",
H A Dgap_ble.c201 GAP_TRACE_EVENT ("gap_get_conn_id_if_connected() - BDA: %08x%04x ",
253 GAP_TRACE_EVENT("GATT_UUID_GAP_DEVICE_NAME len=0x%04x", p_value->len);
336 GAP_TRACE_EVENT("gap_ble_s_attr_request_cback : recv type (0x%02x)", type);
355 GAP_TRACE_EVENT("Ignore GATTS_REQ_TYPE_WRITE_EXEC" );
359 GAP_TRACE_EVENT("Get MTU exchange new mtu size: %d", p_data->mtu);
364 GAP_TRACE_EVENT("Unknown/unexpected LE GAP ATT request: 0x%02x", type);
400 GAP_TRACE_EVENT ("gap_attr_db_init service_handle = %d", service_handle);
438 GAP_TRACE_EVENT ("GAP App gatt_if: %d s_hdl = %d start_status=%d",
459 GAP_TRACE_EVENT("GAP_BleAttrDBUpdate attr_uuid=0x%04x", attr_uuid);
465 GAP_TRACE_EVENT("Foun
[all...]
H A Dgap_conn.c130 GAP_TRACE_EVENT ("GAP_CONN - Open Request");
257 GAP_TRACE_EVENT ("GAP_CONN - close handle: 0x%x", gap_handle);
340 GAP_TRACE_EVENT ("GAP_ConnReadData - rx_queue_size left=%d, *p_len=%d",
377 GAP_TRACE_EVENT ("GAP_GetRxQueueCnt - rc = 0x%04x, rx_queue_count=%d",
541 GAP_TRACE_EVENT ("GAP_WriteData %d bytes", p_buf->len);
655 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr gap_handle = %d", gap_handle);
659 GAP_TRACE_EVENT("GAP_ConnGetRemoteAddr bda :0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", \
666 GAP_TRACE_EVENT ("GAP_ConnGetRemoteAddr return Error ");
764 GAP_TRACE_EVENT("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id);
782 GAP_TRACE_EVENT ("gap_checks_con_flag
[all...]
H A Dgap_api.c607 GAP_TRACE_EVENT("GAP_GetFirstInqResult %02x%02x%02x%02x%02x%02x",
613 GAP_TRACE_EVENT("GAP_FirstInqResults: No BD_ADDRs Found");
646 GAP_TRACE_EVENT("GAP_GetNextInqResult %02x%02x%02x%02x%02x%02x",
653 GAP_TRACE_EVENT("GAP_NextInqResults: No BD_ADDRs Found");
/external/bluetooth/bluedroid/include/
H A Dbt_trace.h576 #define GAP_TRACE_EVENT(...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE(TRACE_LAYER_GAP, TRACE_TYPE_EVENT, ##__VA_ARGS__);} macro
708 #define GAP_TRACE_EVENT(...) macro

Completed in 104 milliseconds