Searched refs:cl_op_uuid (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/gap/
H A Dgap_int.h126 UINT16 cl_op_uuid; member in struct:__anon857
H A Dgap_ble.c528 p_clcb->cl_op_uuid = uuid;
548 UINT16 op = p_clcb->cl_op_uuid;
552 p_clcb->cl_op_uuid = 0;
630 op_type = p_clcb->cl_op_uuid;
702 GAP_TRACE_EVENT ("%s() - BDA: %08x%04x cl_op_uuid: 0x%04x",
717 if (p_clcb->connected && p_clcb->cl_op_uuid == 0)
780 GAP_TRACE_EVENT ("GAP_BleCancelReadPeerDevName() - BDA: %08x%04x cl_op_uuid: 0x%04x",
782 (peer_bda[4]<<8)+peer_bda[5], (p_clcb == NULL)? 0 : p_clcb->cl_op_uuid);

Completed in 27 milliseconds