Home
last modified time | relevance | path

Searched refs:tBT_UUID (Results 1 – 25 of 52) sorted by relevance

123

/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h51 static const tBT_UUID blufi_srvc_uuid = {LEN_UUID_16, {BLUFI_SERVICE_UUID}};
52 static const tBT_UUID blufi_char_uuid_p2e = {LEN_UUID_16, {BLUFI_CHAR_P2E_UUID}};
53 static const tBT_UUID blufi_char_uuid_e2p = {LEN_UUID_16, {BLUFI_CHAR_E2P_UUID}};
54 static const tBT_UUID blufi_descr_uuid_e2p = {LEN_UUID_16, {BLUFI_DESCR_E2P_UUID}};
55 static const tBT_UUID blufi_app_uuid = {LEN_UUID_16, {BLUFI_APP_UUID}};
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h82 tBT_UUID uuid; /* uuid of the attribute */
285 tBT_UUID uuid;
300 tBT_UUID app_uuid;
526 tBT_UUID app_uuid128;
527 tBT_UUID svc_uuid;
585 tBT_UUID uuid;
595 tBT_UUID uuid;
603 tBT_UUID char_uuid;
696 tBT_UUID uuid;
707 tBT_UUID uuid;
[all …]
Dbta_sdp_api.h59 tBT_UUID uuid;
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h111 tBT_UUID uuid; /* type of attribute to be found */
171 tBT_UUID uuid; /* service declaration */
241 tBT_UUID app_uuid; /* applicatino UUID */
260 tBT_UUID app_uuid128;
432 tBT_UUID uuid;
624 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);
626 extern BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid, UINT16 len, UINT8 **p_data);
627 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
628 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar);
630 extern char *gatt_uuid_to_str(const tBT_UUID *uuid);
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h70 tBT_UUID app_uuid;
84 tBT_UUID service_uuid;
93 tBT_UUID char_uuid;
107 tBT_UUID descr_uuid;
188 tBT_UUID app_uuid;
195 tBT_UUID service_uuid; /* service UUID */
257 extern BOOLEAN bta_gatts_uuid_compare(tBT_UUID tar, tBT_UUID src);
Dbta_gattc_int.h116 tBT_UUID app_uuid;
157 tBT_UUID uuid;
193 tBT_UUID *p_srvc_uuid;
289 tBT_UUID uuid;
357 tBT_UUID app_uuid;
529 extern BOOLEAN bta_gattc_uuid_compare (const tBT_UUID *p_src, const tBT_UUID *p_tar, BOOLEAN is_pre…
543 extern void bta_gattc_search_service(tBTA_GATTC_CLCB *p_clcb, tBT_UUID *p_uuid);
552 extern void bta_gattc_get_service_with_uuid(UINT16 conn_id, tBT_UUID *svc_uuid,
559 tBT_UUID *incl_uuid,
560 tBT_UUID *char_uuid,
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h430 tBT_UUID service;
454 tBT_UUID uuid;
522 tBT_UUID char_uuid; /* characteristic UUID type */
529 tBT_UUID service_type; /* group type */
536 tBT_UUID service_type; /* included service UUID */
558 tBT_UUID type;
615 tBT_UUID app_uuid128;
616 tBT_UUID svc_uuid;
748 extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
787 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
[all …]
Dsdp_api.h56 #define tSDP_UUID tBT_UUID
320 tBT_UUID *p_uuid,
336 extern BOOLEAN SDP_FindServiceUUIDInRec_128bit(tSDP_DISC_REC *p_rec, tBT_UUID *p_uuid);
718 BOOLEAN SDP_FindServiceUUIDInRec(tSDP_DISC_REC *p_rec, tBT_UUID *p_uuid);
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_conn.c530 tBT_UUID uuid; in bta_sys_add_uuid()
552 tBT_UUID uuid; in bta_sys_add_uuid_32()
573 tBT_UUID uuid; in bta_sys_add_uuid_128()
594 tBT_UUID uuid; in bta_sys_remove_uuid()
615 tBT_UUID uuid; in bta_sys_remove_uuid_32()
636 tBT_UUID uuid; in bta_sys_remove_uuid_128()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c86 void BTA_GATTS_AppRegister(const tBT_UUID * p_app_uuid, tBTA_GATTS_CBACK *p_cback) in BTA_GATTS_AppRegister()
99 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AppRegister()
153 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, const tBT_UUID * p_service_uuid, UINT8 inst, in BTA_GATTS_CreateService()
163 memcpy(&p_buf->service_uuid, p_service_uuid, sizeof(tBT_UUID)); in BTA_GATTS_CreateService()
218 void BTA_GATTS_AddCharacteristic (UINT16 service_id, const tBT_UUID * p_char_uuid, in BTA_GATTS_AddCharacteristic()
249 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharacteristic()
274 const tBT_UUID * p_descr_uuid, tBTA_GATT_ATTR_VAL *attr_val, in BTA_GATTS_AddCharDescriptor()
292 memcpy(&p_buf->descr_uuid, p_descr_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharDescriptor()
Dbta_gattc_api.c85 void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb) in BTA_GATTC_AppRegister()
96 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
279 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid) in BTA_GATTC_ServiceSearchRequest()
282 UINT16 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID); in BTA_GATTC_ServiceSearchRequest()
291 p_buf->p_srvc_uuid = (tBT_UUID *)(p_buf + 1); in BTA_GATTC_ServiceSearchRequest()
292 memcpy(p_buf->p_srvc_uuid, p_srvc_uuid, sizeof(tBT_UUID)); in BTA_GATTC_ServiceSearchRequest()
353 void BTA_GATTC_GetServiceWithUUID(UINT16 conn_id, tBT_UUID *svc_uuid, in BTA_GATTC_GetServiceWithUUID()
389 void BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUID char_… in BTA_GATTC_GetCharByUUID()
405 tBT_UUID char_uuid, tBT_UUID descr_uuid, in BTA_GATTC_GetDescrByUUID()
420 void BTA_GATTC_GetDescrByCharHandle(UINT16 conn_id, UINT16 char_handle, tBT_UUID descr_uuid, in BTA_GATTC_GetDescrByCharHandle()
[all …]
Dbta_gattc_cache.c47 extern void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src);
50 tBT_UUID *char_uuid,
61 UINT16 id, tBT_UUID uuid, UINT8 prop);
262 tBT_UUID *p_uuid, in bta_gattc_add_srvc_to_cache()
279 memcpy(&p_new_srvc->uuid, p_uuid, sizeof(tBT_UUID)); in bta_gattc_add_srvc_to_cache()
306 tBT_UUID *p_uuid, in bta_gattc_add_char_to_cache()
336 memcpy(&characteristic->uuid, p_uuid, sizeof(tBT_UUID)); in bta_gattc_add_char_to_cache()
354 tBT_UUID *p_uuid, in bta_gattc_add_attr_to_cache()
380 memcpy(&isvc->uuid, p_uuid, sizeof(tBT_UUID)); in bta_gattc_add_attr_to_cache()
400 memcpy(&descriptor->uuid, p_uuid, sizeof(tBT_UUID)); in bta_gattc_add_attr_to_cache()
[all …]
Dbta_gatts_utils.c186 BOOLEAN bta_gatts_uuid_compare(tBT_UUID tar, tBT_UUID src) in bta_gatts_uuid_compare()
Dbta_gatts_act.c203 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
210 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
333 &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID)); in bta_gatts_create_srvc()
350 memcpy(&cb_data.create.uuid, &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID)); in bta_gatts_create_srvc()
428 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char.char_uuid, sizeof(tBT_UUID)); in bta_gatts_add_char()
478 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char_descr.descr_uuid, sizeof(tBT_UUID)); in bta_gatts_add_char_descr()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_util.h63 void bta_to_btc_uuid(esp_bt_uuid_t *p_dest, tBT_UUID *p_src);
64 void btc_to_bta_uuid(tBT_UUID *p_dest, esp_bt_uuid_t *p_src);
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c77 static inline tBT_UUID shorten_sdp_uuid(const tBT_UUID *u) in shorten_sdp_uuid()
92 tBT_UUID su; in shorten_sdp_uuid()
398 tBT_UUID su; in bta_sdp_search_cback()
408 tBT_UUID *uuid = (tBT_UUID *)user_data; in bta_sdp_search_cback()
409 memcpy(&evt_data.uuid, uuid, sizeof(tBT_UUID)); in bta_sdp_search_cback()
493 tBT_UUID *bta_sdp_search_uuid = osi_malloc(sizeof(tBT_UUID)); in bta_sdp_search()
518 memcpy(bta_sdp_search_uuid, &(p_data->get_search.uuid), sizeof(tBT_UUID)); in bta_sdp_search()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c45 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm);
49 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is…
66 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, in gatts_init_service_db()
100 tBT_UUID *gatts_get_service_uuid (tGATT_SVC_DB *p_db) in gatts_get_service_uuid()
331 tBT_UUID type, in gatts_db_read_attr_value_by_type()
342 tBT_UUID attr_uuid; in gatts_db_read_attr_value_by_type()
447 tBT_UUID service) in gatts_add_included_service()
450 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_INCLUDE_SERVICE}}; in gatts_add_included_service()
484 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID)); in gatts_add_included_service()
512tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_characteristic()
[all …]
Dgatt_sr_hash.c41 static void attr_uuid_to_bt_uuid(void *p_attr, tBT_UUID *p_uuid) in attr_uuid_to_bt_uuid()
79 tBT_UUID char_uuid = {0}; in calculate_database_info_size()
129 tBT_UUID char_uuid = {0}; in fill_database_info()
228 tBT_UUID char_uuid; in gatts_show_local_database()
Dgatt_utils.c228 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid,… in gatt_sr_is_new_srv_chg()
410 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, in gatt_find_hdl_buffer_by_app_id()
411 tBT_UUID *p_svc_uuid, in gatt_find_hdl_buffer_by_app_id()
490 void gatt_free_srvc_db_buffer_app_id(tBT_UUID *p_app_id) in gatt_free_srvc_db_buffer_app_id()
496 if (memcmp(p_app_id, &p_elem->asgn_range.app_uuid128, sizeof(tBT_UUID)) == 0) { in gatt_free_srvc_db_buffer_app_id()
518 BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID in gatt_is_last_attribute()
523 tBT_UUID *p_svc_uuid; in gatt_is_last_attribute()
1144 BOOLEAN gatt_uuid_compare (tBT_UUID src, tBT_UUID tar) in gatt_uuid_compare()
1200 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) in gatt_build_uuid_to_stream()
1230 BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data) in gatt_parse_uuid_from_cmd()
[all …]
Dgatt_api.c157 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService()
167 tBT_UUID *p_app_uuid128; in GATTS_CreateService()
311 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic()
355tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in GATTS_AddCharDescriptor()
389 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService()
397 tBT_UUID *p_app_uuid128; in GATTS_DeleteService()
467 tBT_UUID *p_uuid; in GATTS_StartService()
1025 memcpy(&p_clcb->uuid, &p_read->service.uuid, sizeof(tBT_UUID)); in GATTC_Read()
1036 memset(&p_clcb->uuid, 0, sizeof(tBT_UUID)); in GATTC_Read()
1286 tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, const tGATT_CBACK *p_cb_info) in GATT_Register()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h282 extern BOOLEAN sdpu_compare_bt_uuids (tBT_UUID *p_uuid1, tBT_UUID *p_uuid2);
283 extern BOOLEAN sdpu_compare_uuid_with_attr (tBT_UUID *p_btuuid, tSDP_DISC_ATTR *p_attr);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c201 tBT_UUID app_uuid; in btc_gattc_app_register()
248 tBT_UUID bta_uuid = {0}; in btc_gattc_fill_gatt_db_conversion()
305 tBT_UUID srvc_uuid; in btc_gattc_search_service()
322 tBT_UUID *bta_uuid = NULL; in btc_ble_gattc_get_service()
324 bta_uuid = osi_malloc(sizeof(tBT_UUID)); in btc_ble_gattc_get_service()
421 tBT_UUID bta_uuid = {0}; in btc_ble_gattc_get_char_by_uuid()
454 tBT_UUID bta_char_uuid = {0}; in btc_ble_gattc_get_descr_by_uuid()
455 tBT_UUID bta_descr_uuid = {0}; in btc_ble_gattc_get_descr_by_uuid()
489 tBT_UUID bta_descr_uuid = {0}; in btc_ble_gattc_get_descr_by_char_handle()
523 tBT_UUID bta_uuid = {0}; in btc_ble_gattc_get_include_service()
[all …]
Dbtc_gatt_util.c54 void btc128_to_bta_uuid(tBT_UUID *p_dest, uint8_t *p_src) in btc128_to_bta_uuid()
122 uint16_t get_uuid16(tBT_UUID *p_uuid) in get_uuid16()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h21 void btc128_to_bta_uuid(tBT_UUID *p_dest, uint8_t *p_src);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2552 static bool btm_compare_uuid(tBT_UUID *uuid1, tBT_UUID *uuid2) in btm_compare_uuid()
2574 static UINT8 btm_find_empty_custom_uuid_slot(tBT_UUID *custom_uuid, tBT_UUID uuid) in btm_find_empty_custom_uuid_slot()
2597 static UINT8 btm_find_match_custom_uuid_slot(tBT_UUID *custom_uuid, tBT_UUID uuid) in btm_find_match_custom_uuid_slot()
2621 BOOLEAN BTM_HasCustomEirService(tBT_UUID *custom_uuid, tBT_UUID uuid) in BTM_HasCustomEirService()
2643 void BTM_AddCustomEirService(tBT_UUID *custom_uuid, tBT_UUID uuid) in BTM_AddCustomEirService()
2650 memcpy(&(custom_uuid[empty_slot]), &(uuid), sizeof(tBT_UUID)); in BTM_AddCustomEirService()
2689 void BTM_RemoveCustomEirService(tBT_UUID *custom_uuid, tBT_UUID uuid) in BTM_RemoveCustomEirService()
2697 memset(&(custom_uuid[match_slot]), 0, sizeof(tBT_UUID)); in BTM_RemoveCustomEirService()

123