Searched defs:dst_uuid (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/bnep/
H A Dbnep_api.cc120 * dst_uuid - destination uuid for the connection
129 tBT_UUID* dst_uuid, uint16_t* p_handle) {
140 if (src_uuid->len != dst_uuid->len) return BNEP_CONN_FAILED_UUID_SIZE;
151 memcpy((uint8_t*)&(p_bcb->prv_dst_uuid), (uint8_t*)&(p_bcb->dst_uuid),
159 memcpy((uint8_t*)&(p_bcb->dst_uuid), (uint8_t*)dst_uuid, sizeof(tBT_UUID));
258 memcpy((uint8_t*)&(p_bcb->dst_uuid), (uint8_t*)&(p_bcb->prv_dst_uuid),
687 memcpy(&(p_status->dst_uuid), &(p_bcb->dst_uuid), sizeof(tBT_UUID));
128 BNEP_Connect(BD_ADDR p_rem_bda, tBT_UUID* src_uuid, tBT_UUID* dst_uuid, uint16_t* p_handle) argument
H A Dbnep_int.h155 tBT_UUID dst_uuid; member in struct:__anon858
/system/bt/stack/include/
H A Dbnep_api.h193 tBT_UUID dst_uuid; member in struct:__anon1023
240 * dst_uuid - destination uuid for the connection
248 tBT_UUID* dst_uuid, uint16_t* p_handle);
/system/bt/stack/pan/
H A Dpan_api.cc270 tBT_UUID src_uuid, dst_uuid; local
314 dst_uuid.uu.uuid16 = UUID_SERVCLASS_PANU;
316 dst_uuid.uu.uuid16 = UUID_SERVCLASS_GN;
318 dst_uuid.uu.uuid16 = UUID_SERVCLASS_NAP;
320 mx_chan_id = dst_uuid.uu.uuid16;
329 dst_uuid.uu.uuid16 = UUID_SERVCLASS_PANU;
365 pcb->prv_dst_uuid = pcb->dst_uuid;
368 pcb->dst_uuid = dst_uuid.uu.uuid16;
371 dst_uuid
[all...]
H A Dpan_int.h58 uint16_t dst_uuid; member in struct:__anon1238

Completed in 216 milliseconds