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

12 3

  /system/bt/bta/gatt/
bta_gattc_utils.c 92 return p_src->uu.uuid16 == p_tar->uu.uuid16;
99 bta_gatt_convert_uuid16_to_uuid128(su, p_src->uu.uuid16);
108 bta_gatt_convert_uuid16_to_uuid128(tu, p_tar->uu.uuid16);
bta_gattc_act.c     [all...]
  /system/bt/stack/avrc/
avrc_sdp.c 134 uuid_list.uu.uuid16 = service_uuid;
  /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;
802 result.type.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
841 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p);
    [all...]
gatt_utils.c 1043 return src.uu.uuid16 == tar.uu.uuid16;
1056 gatt_convert_uuid16_to_uuid128(su, src.uu.uuid16);
    [all...]
gatt_api.c 170 if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER))
174 else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER))
256 ((p_list->asgn_range.svc_uuid.len == 2) ? "uuid16": "uuid128" ),
257 p_list->asgn_range.svc_uuid.uu.uuid16,
    [all...]
gatt_sr.c 774 GATT_TRACE_DEBUG("unexpected ReadByGrpType Group: 0x%04x", uuid.uu.uuid16);
780 GATT_TRACE_DEBUG("unexpected ReadByTypeValue type: 0x%04x", uuid.uu.uuid16);
    [all...]
  /system/bt/btif/src/
btif_util.c 105 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128)
111 uuid16_bo = ntohs(uuid16);
btif_gatt_test.c 79 sprintf(str_buf, "0x%04x", bt_uuid.uu.uuid16);
btif_gatt_multi_adv_util.c 379 *p_uuid_out16++ = bt_uuid.uu.uuid16;
btif_dm.c     [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 138 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
    [all...]
bta_dm_int.h     [all...]
  /system/bt/stack/a2dp/
a2d_api.c 293 uuid_list.uu.uuid16 = service_uuid;
  /system/bt/stack/sdp/
sdp_api.c 355 p_uuid->uu.uuid16 = p_sattr->attr_value.v.u16;
389 p_uuid->uu.uuid16 = p_extra_sattr->attr_value.v.u16;
405 p_uuid->uu.uuid16 = p_attr->attr_value.v.u16;
    [all...]
sdpint.h 295 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
sdp_main.c 616 p_ccb->p_db->uuid_filters[p_ccb->cur_uuid_idx].uu.uuid16,
  /system/bt/stack/bnep/
bnep_api.c 179 p_bcb->src_uuid.uu.uuid16);
  /system/bt/stack/include/
btm_api.h     [all...]
bt_types.h 422 UINT16 uuid16; member in union:__anon72605::__anon72606
    [all...]
  /system/bt/bta/sdp/
bta_sdp_act.c 83 su.uu.uuid16 = ntohs(u16);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 2228 int uuid16 = adv_data[offset++]; local
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 408 UINT16 uuid16; member in union:__anon16132::__anon16133
  /system/bt/stack/btm/
btm_ble_adv_filter.c 860 UINT16_TO_STREAM(p, p_uuid_cond->uuid.uu.uuid16);
    [all...]

Completed in 2242 milliseconds

12 3