/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 51 UINT16 start_handle, UINT16 end_handle); 839 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local 852 end_handle = (UINT16) pe.params[1]; in bta_gattc_sdp_callback() 856 service_uuid.uu.uuid16, start_handle, end_handle); in bta_gattc_sdp_callback() 859 … if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle) && in bta_gattc_sdp_callback() 864 end_handle, in bta_gattc_sdp_callback() 869 start_handle, end_handle); in bta_gattc_sdp_callback() 1112 cb_data.srvc_res.end_handle = p_cache->e_handle; in bta_gattc_search_service() 1298 p_attr->end_handle = e_handle; in bta_gattc_fill_gatt_db_el() 1310 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_db_with_opration() argument [all …]
|
D | bta_gattc_api.c | 347 void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetAllChar() argument 357 end_handle, in BTA_GATTC_GetAllChar() 377 void BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUID char_… in BTA_GATTC_GetCharByUUID() argument 387 end_handle, in BTA_GATTC_GetCharByUUID() 392 void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, in BTA_GATTC_GetDescrByUUID() argument 403 end_handle, in BTA_GATTC_GetDescrByUUID() 423 void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetIncludeService() argument 433 end_handle, in BTA_GATTC_GetIncludeService() 438 void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *count) in BTA_GATTC_GetDBSize() argument 440 bta_gattc_get_db_size_handle(conn_id, start_handle, end_handle, count); in BTA_GATTC_GetDBSize() [all …]
|
D | bta_gattc_utils.c | 571 UINT16 start_handle, UINT16 end_handle) in bta_gattc_clear_notif_registration() argument 590 if (handle >= start_handle && handle <= end_handle) { in bta_gattc_clear_notif_registration()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 184 uint16_t end_handle, in esp_ble_gattc_get_all_char() argument 190 if ((start_handle == 0) && (end_handle == 0)) { in esp_ble_gattc_get_all_char() 200 return btc_ble_gattc_get_all_char(conn_hdl, start_handle, end_handle, result, count, offset); in esp_ble_gattc_get_all_char() 226 uint16_t end_handle, in esp_ble_gattc_get_char_by_uuid() argument 233 if (start_handle == 0 && end_handle == 0) { in esp_ble_gattc_get_char_by_uuid() 243 …return btc_ble_gattc_get_char_by_uuid(conn_hdl, start_handle, end_handle, char_uuid, result, count… in esp_ble_gattc_get_char_by_uuid() 250 uint16_t end_handle, in esp_ble_gattc_get_descr_by_uuid() argument 263 …return btc_ble_gattc_get_descr_by_uuid(conn_hdl, start_handle, end_handle, char_uuid, descr_uuid, … in esp_ble_gattc_get_descr_by_uuid() 291 uint16_t end_handle, in esp_ble_gattc_get_include_service() argument 298 if (start_handle == 0 && end_handle == 0) { in esp_ble_gattc_get_include_service() [all …]
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
D | ble_att_svr.c | 176 uint16_t end_handle) in ble_att_svr_find_by_uuid() argument 187 entry != NULL && entry->ha_handle_id <= end_handle; in ble_att_svr_find_by_uuid() 727 static int ble_att_svr_fill_info(uint16_t start_handle, uint16_t end_handle, in ble_att_svr_fill_info() argument 739 if (ha->ha_handle_id > end_handle) { in ble_att_svr_fill_info() 791 uint16_t start_handle, uint16_t end_handle, in ble_att_svr_build_find_info_rsp() argument 818 rc = ble_att_svr_fill_info(start_handle, end_handle, txom, mtu, in ble_att_svr_build_find_info_rsp() 839 uint16_t err_handle, start_handle, end_handle; in ble_att_svr_rx_find_info() local 854 end_handle = le16toh(req->bafq_end_handle); in ble_att_svr_rx_find_info() 858 if (start_handle > end_handle || start_handle == 0) { in ble_att_svr_rx_find_info() 866 start_handle, end_handle, in ble_att_svr_rx_find_info() [all …]
|
D | ble_att_clt.c | 134 uint16_t end_handle) in ble_att_clt_tx_find_info() argument 142 if (start_handle == 0 || start_handle > end_handle) { in ble_att_clt_tx_find_info() 152 req->bafq_end_handle = htole16(end_handle); in ble_att_clt_tx_find_info() 251 uint16_t end_handle, uint16_t attribute_type, in ble_att_clt_tx_find_type_value() argument 260 if (start_handle == 0 || start_handle > end_handle) { in ble_att_clt_tx_find_type_value() 271 req->bavq_end_handle = htole16(end_handle); in ble_att_clt_tx_find_type_value() 322 uint16_t end_handle, const ble_uuid_t *uuid) in ble_att_clt_tx_read_type() argument 330 if (start_handle == 0 || start_handle > end_handle) { in ble_att_clt_tx_read_type() 341 req->batq_end_handle = htole16(end_handle); in ble_att_clt_tx_read_type() 521 uint16_t start_handle, uint16_t end_handle, in ble_att_clt_tx_read_group_type() argument [all …]
|
D | ble_att_priv.h | 180 uint16_t end_handle); 217 void ble_att_svr_hide_range(uint16_t start_handle, uint16_t end_handle); 218 void ble_att_svr_restore_range(uint16_t start_handle, uint16_t end_handle); 264 uint16_t end_handle, const ble_uuid_t *uuid); 267 uint16_t start_handle, uint16_t end_handle, 272 uint16_t end_handle); 275 uint16_t end_handle, uint16_t attribute_type,
|
D | ble_gattc.c | 125 uint16_t end_handle; member 136 uint16_t end_handle; member 144 uint16_t end_handle; member 152 uint16_t end_handle; member 166 uint16_t end_handle; member 508 proc->find_inc_svcs.end_handle); in ble_gattc_log_find_inc_svcs() 516 proc->disc_all_chrs.end_handle); in ble_gattc_log_disc_all_chrs() 524 proc->disc_chr_uuid.end_handle); in ble_gattc_log_disc_chr_uuid() 534 proc->disc_all_dscs.end_handle); in ble_gattc_log_disc_all_dscs() 543 static void ble_gattc_log_read_uuid(uint16_t start_handle, uint16_t end_handle, const ble_uuid_t *u… in ble_gattc_log_read_uuid() argument [all …]
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 211 uint16_t end_handle, 220 uint16_t end_handle, 226 uint16_t end_handle, 240 uint16_t end_handle, 248 uint16_t end_handle, 252 esp_gatt_status_t btc_ble_gattc_get_db(uint16_t conn_id, uint16_t start_handle, uint16_t end_handle,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 130 uint16_t end_handle; /*!< Service end handle */ member 422 uint16_t end_handle, 471 uint16_t end_handle, 498 uint16_t end_handle, 549 uint16_t end_handle, 576 uint16_t end_handle, 597 …_gattc_get_db(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t start_handle, uint16_t end_handle, 638 uint16_t end_handle,
|
D | esp_gatt_defs.h | 445 …uint16_t end_handle; /*!< The service end handle, it's valid on… member 456 uint16_t end_handle; /*!< The end handle of the service */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 256 svc_result->end_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion() 289 incl_result->incl_srvc_e_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion() 355 uint16_t end_handle, in btc_ble_gattc_get_all_char() argument 362 BTA_GATTC_GetAllChar(conn_id, start_handle, end_handle, &db, &char_num); in btc_ble_gattc_get_all_char() 412 uint16_t end_handle, in btc_ble_gattc_get_char_by_uuid() argument 422 BTA_GATTC_GetCharByUUID(conn_id, start_handle, end_handle, bta_uuid, &db, &char_num); in btc_ble_gattc_get_char_by_uuid() 444 uint16_t end_handle, in btc_ble_gattc_get_descr_by_uuid() argument 458 BTA_GATTC_GetDescrByUUID(conn_id, start_handle, end_handle, in btc_ble_gattc_get_descr_by_uuid() 514 uint16_t end_handle, in btc_ble_gattc_get_include_service() argument 526 BTA_GATTC_GetIncludeService(conn_id, start_handle, end_handle, &bta_uuid, &db, &incl_num); in btc_ble_gattc_get_include_service() [all …]
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/ |
D | ble_gatt.h | 90 uint16_t end_handle; member 211 uint16_t end_handle, 231 uint16_t end_handle, ble_gatt_chr_fn *cb, 253 uint16_t end_handle, const ble_uuid_t *uuid, 273 uint16_t end_handle, 309 uint16_t end_handle, const ble_uuid_t *uuid,
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/services/gatt/src/ |
D | ble_svc_gatt.c | 84 void ble_svc_gatt_changed(uint16_t start_handle, uint16_t end_handle) in ble_svc_gatt_changed() argument 87 ble_svc_gatt_end_handle = end_handle; in ble_svc_gatt_changed()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 68 UINT16 end_handle; member 335 UINT16 end_handle; member 890 extern void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, 896 extern void BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUI… 899 extern void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, 906 extern void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, 909 extern void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *cou… 912 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count); 926 extern void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle,
|
/device/board/openvalley/niobeu4/liteos_m/hals/drivers/bluetooth_lite/ |
D | bluetooth_device.h | 128 uint16_t end_handle; member 135 uint16_t end_handle; member
|
D | bluetooth_device.c | 221 get_attr.end_handle, char_handle, count); in BleGattcGetAttrCount() 232 get_char.start_handle, get_char.end_handle, in BleGattcGetCharByUuid()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/services/gatt/include/services/gatt/ |
D | ble_svc_gatt.h | 33 void ble_svc_gatt_changed(uint16_t start_handle, uint16_t end_handle);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 510 …otif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 start_handle, UINT16 end_handle); 525 extern void bta_gattc_get_db_size_handle(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UI… 527 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count); 538 UINT16 start_handle, UINT16 end_handle, 542 extern void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db…
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
D | sonata_gatt_api.h | 312 uint16_t (*gatt_service_change_req)(uint8_t conidx, uint16_t start_handle, uint16_t end_handle); 568 uint16_t end_handle);
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/include/bk_private/legacy/ |
D | ble_api_5_x.h | 615 ATT_ATTR_HANDLE end_handle; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 81 p_db->end_handle = s_hdl + num_handle; in gatts_init_service_db() 1238 if (p_db->end_handle <= p_db->next_handle) { in allocate_attr_in_db() 1240 p_db->end_handle, p_db->next_handle); in allocate_attr_in_db()
|
/device/soc/winnermicro/wm800/board/include/bt/ |
D | wm_bt_def.h | 612 uint16_t end_handle; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 231 UINT16 end_handle; /* Last handle number */ member
|
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/ |
D | wm_cmdp_hostif_gcc.h | 966 u32 end_handle; member
|