HomeSort by relevance Sort by last modified time
    Searched refs:bt_uuid (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/src/
btif_gatt_test.c 76 static char * format_uuid(tBT_UUID bt_uuid, char *str_buf)
80 if (bt_uuid.len == LEN_UUID_16)
82 sprintf(str_buf, "0x%04x", bt_uuid.uu.uuid16);
84 else if (bt_uuid.len == LEN_UUID_128)
87 bt_uuid.uu.uuid128[15], bt_uuid.uu.uuid128[14],
88 bt_uuid.uu.uuid128[13], bt_uuid.uu.uuid128[12],
89 bt_uuid.uu.uuid128[11], bt_uuid.uu.uuid128[10]
    [all...]
btif_gatt_multi_adv_util.c 403 tBT_UUID bt_uuid; local
404 memset(&bt_uuid, 0, sizeof(bt_uuid));
405 btif_to_bta_uuid(&bt_uuid, &uuid);
407 switch(bt_uuid.len)
427 *p_uuid_out16++ = bt_uuid.uu.uuid16;
450 *p_uuid_out32++ = bt_uuid.uu.uuid32;
467 bt_uuid.uu.uuid128, LEN_UUID_128);
468 BTIF_TRACE_DEBUG("%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x", bt_uuid.uu.uuid128[0],
469 bt_uuid.uu.uuid128[1],bt_uuid.uu.uuid128[2], bt_uuid.uu.uuid128[3]
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c     [all...]
gatt_int.h 592 extern void gatt_dbg_display_uuid(tBT_UUID bt_uuid);
  /system/bt/stack/gap/
gap_conn.c 130 tBT_UUID bt_uuid = {2, {GAP_PROTOCOL_ID}}; local
238 if (p_rem_bda && ((cid = L2CA_CONNECT_REQ (p_ccb->psm, p_rem_bda, &p_ccb->ertm_info, &bt_uuid)) != 0))
742 tBT_UUID bt_uuid = {2, {GAP_PROTOCOL_ID}}; local
773 L2CA_CONNECT_RSP (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK, &p_ccb->ertm_info, &bt_uuid);
    [all...]

Completed in 515 milliseconds