HomeSort by relevance Sort by last modified time
    Searched full:sdp_base_uuid (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_util.c 122 static const UINT8 sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, variable
130 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 43 static const UINT8 sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, variable
643 if (p_uuid[xx] != sdp_base_uuid[xx])
691 memcpy (nu2, sdp_base_uuid, MAX_UUID_SIZE);
714 memcpy (nu1, sdp_base_uuid, MAX_UUID_SIZE);
1045 memcpy(p_uuid128, sdp_base_uuid, MAX_UUID_SIZE);

Completed in 596 milliseconds