HomeSort by relevance Sort by last modified time
    Searched refs:tBT_UUID (Results 1 - 25 of 53) sorted by null

1 2 3

  /system/bt/btif/include/
btif_gatt_util.h 27 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src);
31 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src);
34 uint16_t get_uuid16(tBT_UUID *p_uuid);
  /system/bt/bta/gatt/
bta_gatts_int.h 70 tBT_UUID app_uuid;
86 tBT_UUID service_uuid;
96 tBT_UUID char_uuid;
112 tBT_UUID descr_uuid;
184 tBT_UUID app_uuid;
192 tBT_UUID service_uuid; /* service UUID */
251 extern BOOLEAN bta_gatts_uuid_compare(tBT_UUID tar, tBT_UUID src);
bta_gatts_api.c 83 void BTA_GATTS_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTS_CBACK *p_cback)
94 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
143 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, tBT_UUID *p_service_uuid, UINT8 inst,
152 memcpy(&p_buf->service_uuid, p_service_uuid, sizeof(tBT_UUID));
200 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
212 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID));
235 tBT_UUID * p_descr_uuid)
244 memcpy(&p_buf->descr_uuid, p_descr_uuid, sizeof(tBT_UUID));
bta_gattc_int.h 98 tBT_UUID app_uuid;
167 tBT_UUID *p_srvc_uuid;
240 tBT_UUID uuid;
316 tBT_UUID app_uuid;
468 extern BOOLEAN bta_gattc_uuid_compare (const tBT_UUID *p_src, const tBT_UUID *p_tar, BOOLEAN is_precise);
481 extern void bta_gattc_search_service(tBTA_GATTC_CLCB *p_clcb, tBT_UUID *p_uuid);
bta_gattc_cache.c 50 extern void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src);
202 tBT_UUID *p_uuid,
215 memcpy(&p_new_srvc->uuid, p_uuid, sizeof(tBT_UUID));
231 tBT_UUID *p_uuid,
257 memcpy(&characteristic->uuid, p_uuid, sizeof(tBT_UUID));
276 tBT_UUID *p_uuid,
298 memcpy(&isvc->uuid, p_uuid, sizeof(tBT_UUID));
315 memcpy(&descriptor->uuid, p_uuid, sizeof(tBT_UUID));
609 UINT16 e_handle, tBT_UUID uuid)
648 tBT_UUID uuid, BOOLEAN is_primary
    [all...]
bta_gattc_api.c 85 void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb)
95 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
243 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
245 const size_t len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID);
251 p_buf->p_srvc_uuid = (tBT_UUID *)(p_buf + 1);
252 memcpy(p_buf->p_srvc_uuid, p_srvc_uuid, sizeof(tBT_UUID));
bta_gatts_utils.c 192 BOOLEAN bta_gatts_uuid_compare(tBT_UUID tar, tBT_UUID src)
  /system/bt/stack/gatt/
gatt_int.h 105 tBT_UUID uuid; /* type of attribute to be found */
160 tBT_UUID uuid; /* service declaration */
233 tBT_UUID app_uuid; /* applicatino UUID */
253 tBT_UUID app_uuid128;
399 tBT_UUID uuid;
561 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);
562 extern BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid, UINT16 len, UINT8 **p_data);
563 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
564 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar)
    [all...]
gatt_db.c 42 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm);
46 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri);
62 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri,
95 tBT_UUID * gatts_get_service_uuid (tGATT_SVC_DB *p_db)
327 tBT_UUID type,
338 tBT_UUID attr_uuid;
441 tBT_UUID service)
444 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_INCLUDE_SERVICE}};
461 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
491 tBT_UUID * p_char_uuid
    [all...]
gatt_utils.c 201 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
357 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128,
358 tBT_UUID *p_svc_uuid,
409 void gatt_free_srvc_db_buffer_app_id(tBT_UUID *p_app_id)
416 if (memcmp(p_app_id, &p_elem->asgn_range.app_uuid128, sizeof(tBT_UUID)) == 0)
437 BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID value)
442 tBT_UUID *p_svc_uuid;
1029 BOOLEAN gatt_uuid_compare (tBT_UUID src, tBT_UUID tar
    [all...]
gatt_api.c 140 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
150 tBT_UUID *p_app_uuid128;
314 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
358 tBT_UUID * p_descr_uuid)
393 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
401 tBT_UUID *p_app_uuid128;
469 tBT_UUID *p_uuid;
    [all...]
  /system/bt/stack/include/
bnep_api.h 101 tBT_UUID *remote_uuid,
102 tBT_UUID *local_uuid,
217 tBT_UUID src_uuid;
218 tBT_UUID dst_uuid;
280 tBT_UUID *src_uuid,
281 tBT_UUID *dst_uuid,
gatt_api.h 406 tBT_UUID service;
431 tBT_UUID uuid;
506 tBT_UUID char_uuid; /* characteristic UUID type */
514 tBT_UUID service_type; /* group type */
522 tBT_UUID service_type; /* included service UUID */
546 tBT_UUID type;
605 tBT_UUID app_uuid128;
606 tBT_UUID svc_uuid;
737 extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
776 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid
    [all...]
sdp_api.h 56 #define tSDP_UUID tBT_UUID
317 ** a tBT_UUID input.
323 tBT_UUID *p_uuid,
339 BOOLEAN SDP_FindServiceUUIDInRec_128bit(tSDP_DISC_REC *p_rec, tBT_UUID * p_uuid);
677 BOOLEAN SDP_FindServiceUUIDInRec(tSDP_DISC_REC *p_rec, tBT_UUID *p_uuid);
  /system/bt/bta/include/
bta_gatt_api.h 56 tBT_UUID uuid; /* uuid of the attribute */
235 tBT_UUID uuid;
250 tBT_UUID app_uuid;
430 tBT_UUID app_uuid128;
431 tBT_UUID svc_uuid;
487 tBT_UUID uuid;
498 tBT_UUID uuid;
507 tBT_UUID char_uuid;
563 tBT_UUID uuid;
574 tBT_UUID uuid
    [all...]
bta_sdp_api.h 58 tBT_UUID uuid;
  /system/bt/bta/mce/
bta_mce_act.c 45 static const tBT_UUID bta_mce_mas_uuid = {
83 p_rec = SDP_FindServiceUUIDInDb(p_bta_mce_cfg->p_sdp_db, (tBT_UUID*) &bta_mce_mas_uuid, p_rec);
171 (tBT_UUID*) &bta_mce_mas_uuid, 0, NULL);
  /system/bt/stack/bnep/
bnep_api.c 135 tBT_UUID *src_uuid,
136 tBT_UUID *dst_uuid,
163 memcpy ((UINT8 *)&(p_bcb->prv_src_uuid), (UINT8 *)&(p_bcb->src_uuid), sizeof (tBT_UUID));
164 memcpy ((UINT8 *)&(p_bcb->prv_dst_uuid), (UINT8 *)&(p_bcb->dst_uuid), sizeof (tBT_UUID));
170 memcpy ((UINT8 *)&(p_bcb->src_uuid), (UINT8 *)src_uuid, sizeof (tBT_UUID));
171 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)dst_uuid, sizeof (tBT_UUID));
270 memcpy ((UINT8 *)&(p_bcb->src_uuid), (UINT8 *)&(p_bcb->prv_src_uuid), sizeof (tBT_UUID));
271 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)&(p_bcb->prv_dst_uuid), sizeof (tBT_UUID));
735 memcpy (&(p_status->src_uuid), &(p_bcb->src_uuid), sizeof (tBT_UUID));
736 memcpy (&(p_status->dst_uuid), &(p_bcb->dst_uuid), sizeof (tBT_UUID));
    [all...]
bnep_int.h 158 tBT_UUID prv_src_uuid;
159 tBT_UUID prv_dst_uuid;
160 tBT_UUID src_uuid;
161 tBT_UUID dst_uuid;
240 extern UINT32 bnep_get_uuid32 (tBT_UUID *src_uuid);
bnep_utils.c 597 memcpy ((UINT8 *)&(p_bcb->prv_src_uuid), (UINT8 *)&(p_bcb->src_uuid), sizeof (tBT_UUID));
598 memcpy ((UINT8 *)&(p_bcb->prv_dst_uuid), (UINT8 *)&(p_bcb->dst_uuid), sizeof (tBT_UUID));
718 memcpy ((UINT8 *)&(p_bcb->src_uuid), (UINT8 *)&(p_bcb->prv_src_uuid), sizeof (tBT_UUID));
719 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)&(p_bcb->prv_dst_uuid), sizeof (tBT_UUID));
    [all...]
  /system/bt/stack/pan/
pan_int.h 113 tBT_UUID *remote_uuid,
114 tBT_UUID *local_uuid,
  /system/bt/bta/sdp/
bta_sdp_act.c 64 static inline tBT_UUID shorten_sdp_uuid(const tBT_UUID* u)
76 tBT_UUID su;
387 tBT_UUID su;
396 tBT_UUID *uuid = (tBT_UUID*)user_data;
397 memcpy(&evt_data.uuid, uuid, sizeof(tBT_UUID));
502 tBT_UUID *bta_sdp_search_uuid = osi_malloc(sizeof(tBT_UUID));
503 memcpy(bta_sdp_search_uuid, &(p_data->get_search.uuid),sizeof(tBT_UUID));
    [all...]
  /system/bt/btif/src/
btif_gatt_util.c 83 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src)
151 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src)
193 uint16_t get_uuid16(tBT_UUID *p_uuid)
btif_gatt_test.c 73 static char * format_uuid(tBT_UUID bt_uuid, char *str_buf)
221 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}};
  /system/bt/stack/sdp/
sdpint.h 287 extern BOOLEAN sdpu_compare_bt_uuids (tBT_UUID *p_uuid1, tBT_UUID *p_uuid2);
288 extern BOOLEAN sdpu_compare_uuid_with_attr (tBT_UUID *p_btuuid, tSDP_DISC_ATTR *p_attr);

Completed in 161 milliseconds

1 2 3