/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 214 uint16_t char_handle, 232 uint16_t char_handle, 248 uint16_t char_handle,
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 505 uint16_t char_handle, 590 uint16_t char_handle, 650 uint16_t char_handle,
|
D | esp_gatt_defs.h | 666 uint16_t char_handle; /*!< Characteristic handle. */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 291 uint16_t char_handle, in esp_ble_gattc_get_all_descr() argument 297 if (char_handle == 0) { in esp_ble_gattc_get_all_descr() 306 return btc_ble_gattc_get_all_descr(conn_hdl, char_handle, result, count, offset); in esp_ble_gattc_get_all_descr() 354 uint16_t char_handle, in esp_ble_gattc_get_descr_by_char_handle() argument 361 if (char_handle == 0) { in esp_ble_gattc_get_descr_by_char_handle() 371 return btc_ble_gattc_get_descr_by_char_handle(conn_hdl, char_handle, descr_uuid, result, count); in esp_ble_gattc_get_descr_by_char_handle() 402 uint16_t char_handle, in esp_ble_gattc_get_attr_count() argument 417 … return btc_ble_gattc_get_attr_count(conn_hdl, type, start_handle, end_handle, char_handle, count); in esp_ble_gattc_get_attr_count()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 374 void BTA_GATTC_GetAllDescriptor(UINT16 conn_id, UINT16 char_handle, in BTA_GATTC_GetAllDescriptor() argument 379 char_handle, in BTA_GATTC_GetAllDescriptor() 420 void BTA_GATTC_GetDescrByCharHandle(UINT16 conn_id, UINT16 char_handle, tBT_UUID descr_uuid, in BTA_GATTC_GetDescrByCharHandle() argument 425 char_handle, in BTA_GATTC_GetDescrByCharHandle() 456 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in BTA_GATTC_GetDBSizeByType() argument 458 …bta_gattc_get_db_size_with_type_handle(conn_id, type, start_handle, end_handle, char_handle, count… in BTA_GATTC_GetDBSizeByType()
|
D | bta_gattc_cache.c | 1324 UINT16 char_handle, in bta_gattc_get_db_with_opration() argument 1449 …GATT_OP_GET_DESCRI_BY_HANDLE || op == GATT_OP_GET_ALL_DESCRI) && (p_char->handle != char_handle)) { in bta_gattc_get_db_with_opration() 1714 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in bta_gattc_get_db_size_with_type_handle() argument 1730 if (char_handle == BTA_GATTC_INVALID_HANDLE) { in bta_gattc_get_db_size_with_type_handle() 1734 tBTA_GATTC_CHARACTERISTIC *char_db = bta_gattc_get_characteristic(conn_id, char_handle); in bta_gattc_get_db_size_with_type_handle()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 267 char_result->char_handle = db[offset + i].attribute_handle; in btc_gattc_fill_gatt_db_conversion() 384 uint16_t char_handle, in btc_ble_gattc_get_all_descr() argument 391 BTA_GATTC_GetAllDescriptor(conn_id, char_handle, &db, &descr_num); in btc_ble_gattc_get_all_descr() 481 uint16_t char_handle, in btc_ble_gattc_get_descr_by_char_handle() argument 492 BTA_GATTC_GetDescrByCharHandle(conn_id, char_handle, bta_descr_uuid, &db, &descr_num); in btc_ble_gattc_get_descr_by_char_handle() 554 uint16_t char_handle, in btc_ble_gattc_get_attr_count() argument 560 BTA_GATTC_GetDBSizeByType(conn_id, type, start_handle, end_handle, char_handle, count); in btc_ble_gattc_get_attr_count()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 69 static uint16_t svc_handle, char_handle; variable 614 char_handle = p_data->add_result.attr_id; in bt_mesh_bta_gatts_cb() 620 char_handle = p_data->add_result.attr_id; in bt_mesh_bta_gatts_cb() 988 svc->attrs[i].handle = char_handle - 1; in bt_mesh_gatts_service_register() 989 svc->attrs[i + 1].handle = char_handle; in bt_mesh_gatts_service_register() 991 …BLE_MESH_UUID_16(gatts_chrc->uuid)->val, char_handle, svc->attrs[i + 1].perm, gatts_chrc->properti… in bt_mesh_gatts_service_register() 1012 svc->attrs[i].handle = char_handle; in bt_mesh_gatts_service_register() 1014 BLE_MESH_UUID_16(svc->attrs[i].uuid)->val, svc->attrs[i].perm, char_handle); in bt_mesh_gatts_service_register() 1793 char_handle = 0U; in bt_mesh_gatt_deinit()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 917 extern void BTA_GATTC_GetAllDescriptor(UINT16 conn_id, UINT16 char_handle, 927 extern void BTA_GATTC_GetDescrByCharHandle(UINT16 conn_id, UINT16 char_handle, tBT_UUID descr_uuid, 936 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 551 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count); 558 UINT16 char_handle,
|