Home
last modified time | relevance | path

Searched defs:send_indication (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h167 bt_status_t (*send_indication)(int server_if, int attribute_handle, member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc997 bool send_indication = true; in gatt_proc_srv_chg() local
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1267 pub fn send_indication( in send_indication() method