HomeSort by relevance Sort by last modified time
    Searched refs:uuid16 (Results 26 - 50 of 56) sorted by null

12 3

  /system/bt/stack/sdp/
sdp_utils.c 756 return (p_uuid1->uu.uuid16 == p_uuid2->uu.uuid16);
792 return (BOOLEAN)(p_btuuid->uu.uuid16 == p_attr->attr_value.v.u16);
1045 ** uuid16: 2-byte UUID
1051 void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128)
1057 uuid16_bo = ntohs(uuid16);
sdp_api.c 353 p_uuid->uu.uuid16 = p_sattr->attr_value.v.u16;
386 p_uuid->uu.uuid16 = p_extra_sattr->attr_value.v.u16;
402 p_uuid->uu.uuid16 = p_attr->attr_value.v.u16;
    [all...]
sdpint.h 296 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
sdp_main.c 610 p_ccb->p_db->uuid_filters[p_ccb->cur_uuid_idx].uu.uuid16,
  /system/bt/stack/avrc/
avrc_sdp.c 164 uuid_list.uu.uuid16 = service_uuid;
  /system/bt/btif/src/
btif_util.c 104 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128)
110 uuid16_bo = ntohs(uuid16);
btif_gatt_test.c 82 sprintf(str_buf, "0x%04x", bt_uuid.uu.uuid16);
btif_gatt_multi_adv_util.c 427 *p_uuid_out16++ = bt_uuid.uu.uuid16;
btif_dm.c     [all...]
  /system/bt/stack/gatt/
gatt_cl.c 97 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
103 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
158 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE;
428 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE;
797 result.type.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
836 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p);
    [all...]
gatt_utils.c 1014 return src.uu.uuid16 == tar.uu.uuid16;
1027 gatt_convert_uuid16_to_uuid128(su, src.uu.uuid16);
1041 gatt_convert_uuid16_to_uuid128(tu, tar.uu.uuid16);
1072 UINT16_TO_STREAM (p, uuid.uu.uuid16);
    [all...]
gatt_api.c 171 if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER))
175 else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER))
257 ((p_list->asgn_range.svc_uuid.len == 2) ? "uuid16": "uuid128" ),
258 p_list->asgn_range.svc_uuid.uu.uuid16,
    [all...]
gatt_sr.c 802 GATT_TRACE_DEBUG("unexpected ReadByGrpType Group: 0x%04x", uuid.uu.uuid16);
808 GATT_TRACE_DEBUG("unexpected ReadByTypeValue type: 0x%04x", uuid.uu.uuid16);
    [all...]
  /system/bt/stack/hid/
hidh_api.c 62 uuid_list.uu.uuid16 = UUID_SERVCLASS_HUMAN_INTERFACE;
110 hid_uuid.uu.uuid16 = UUID_SERVCLASS_HUMAN_INTERFACE;
  /system/bt/bta/dm/
bta_dm_act.c 127 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
    [all...]
bta_dm_int.h     [all...]
  /system/bt/stack/a2dp/
a2d_api.c 291 uuid_list.uu.uuid16 = service_uuid;
  /system/bt/bta/gatt/
bta_gattc_api.c 864 conn_id, p_char_id->srvc_id.id.uuid.uu.uuid16, p_char_id->char_id.uuid.uu.uuid16);
    [all...]
bta_gattc_int.h 250 UINT16 uuid16; member in union:__anon68679
bta_gattc_act.c     [all...]
  /system/bt/bta/sdp/
bta_sdp_act.c 85 su.uu.uuid16 = ntohs(u16);
396 UINT16 uuid16 = 0; local
  /system/bt/stack/bnep/
bnep_api.c 179 p_bcb->src_uuid.uu.uuid16);
  /system/bt/stack/include/
btm_api.h     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 2293 int uuid16 = adv_data[offset++]; local
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 408 UINT16 uuid16; member in union:__anon12751::__anon12752

Completed in 1392 milliseconds

12 3