Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c479 void BTA_SetAttributeValue(UINT16 attr_handle, UINT16 length, UINT8 *value) in BTA_SetAttributeValue() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1484 extern void BTA_SetAttributeValue(UINT16 attr_handle, UINT16 length, UINT8 *value);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c702 BTA_SetAttributeValue(arg->set_attr_val.handle, arg->set_attr_val.length, in btc_gatts_call_handler()