Home
last modified time | relevance | path

Searched refs:char_handle (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h214 uint16_t char_handle,
232 uint16_t char_handle,
248 uint16_t char_handle,
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h505 uint16_t char_handle,
590 uint16_t char_handle,
650 uint16_t char_handle,
Desp_gatt_defs.h666 uint16_t char_handle; /*!< Characteristic handle. */ member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c291 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/
Dbta_gattc_api.c374 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()
Dbta_gattc_cache.c1324 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/
Dbtc_gattc.c267 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/
Dmesh_bearer_adapt.c69 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/
Dbta_gatt_api.h917 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/
Dbta_gattc_int.h551 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count);
558 UINT16 char_handle,