Home
last modified time | relevance | path

Searched refs:bta_gattc_get_characteristic (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h547 extern tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1207 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle) in bta_gattc_get_characteristic() function
1734 tBTA_GATTC_CHARACTERISTIC *char_db = bta_gattc_get_characteristic(conn_id, char_handle); in bta_gattc_get_db_size_with_type_handle()
Dbta_gattc_api.c333 return bta_gattc_get_characteristic(conn_id, handle); in BTA_GATTC_GetCharacteristic()