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

12 3

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 96 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
102 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
157 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE;
427 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE;
796 result.type.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
835 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 803 GATT_TRACE_DEBUG("unexpected ReadByGrpType Group: 0x%04x", uuid.uu.uuid16);
809 GATT_TRACE_DEBUG("unexpected ReadByTypeValue type: 0x%04x", uuid.uu.uuid16);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 360 p_uuid->uu.uuid16 = p_sattr->attr_value.v.u16;
393 p_uuid->uu.uuid16 = p_extra_sattr->attr_value.v.u16;
409 p_uuid->uu.uuid16 = p_attr->attr_value.v.u16;
693 SDP_TRACE_DEBUG("uuid=0x%x \n", p_uuid->uu.uuid16);
    [all...]
sdpint.h 299 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,
sdp_discovery.c 89 UINT16_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid16);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 124 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
    [all...]
bta_dm_int.h     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 125 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128)
131 uuid16_bo = ntohs(uuid16);
btif_gatt_test.c 82 sprintf(str_buf, "0x%04x", bt_uuid.uu.uuid16);
btif_gatt_multi_adv_util.c 414 *p_uuid_out16++ = bt_uuid.uu.uuid16;
btif_dm.c     [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 62 uuid_list.uu.uuid16 = UUID_SERVCLASS_HUMAN_INTERFACE;
110 hid_uuid.uu.uuid16 = UUID_SERVCLASS_HUMAN_INTERFACE;
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 291 uuid_list.uu.uuid16 = service_uuid;
  /external/bluetooth/bluedroid/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:__anon5193
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 185 p_bcb->src_uuid.uu.uuid16);
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]
bt_types.h 431 UINT16 uuid16; member in union:__anon6014::__anon6015
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 2203 int uuid16 = adv_data[offset++]; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_adv_filter.c 848 UINT16_TO_STREAM(p, p_uuid_cond->uuid.uu.uuid16);
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 408 UINT16 uuid16; member in union:__anon7668::__anon7669

Completed in 422 milliseconds

12 3