Home
last modified time | relevance | path

Searched defs:indication_handler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs60 indication_handler: SharedMutex<IndicationHandler<T>>, field
125 let mut indication_handler = locked_indication_handler in send_indication() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs7 mod indication_handler; module