Home
last modified time | relevance | path

Searched refs:write_characteristic_callback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h126 typedef void (*write_characteristic_callback)(int conn_id, int status, typedef
197 write_characteristic_callback write_characteristic_cb;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc507 [](write_characteristic_callback cb, uint16_t conn_id, in write_char_cb()