Home
last modified time | relevance | path

Searched refs:get_att_database (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs146 fn get_att_database() -> TestAttDatabase { in get_att_database() function
172 IndicationHandler::new(get_att_database()); in test_indication_sent()
204 IndicationHandler::new(get_att_database()); in test_invalid_handle()
221 IndicationHandler::new(get_att_database()); in test_unsupported_permission()
238 IndicationHandler::new(get_att_database()); in test_confirmation_handled()
264 IndicationHandler::new(get_att_database()); in test_unblock_on_disconnect()
294 IndicationHandler::new(get_att_database()); in test_spurious_confirmations()
328 IndicationHandler::new(get_att_database()); in test_indication_timeout()
365 IndicationHandler::new(get_att_database()); in test_mtu_exceeds()
Dgatt_database.rs337 pub fn get_att_database(&self, tcb_idx: TransportIndex) -> AttDatabaseImpl { in get_att_database() method
545 let att_db = gatt_db.get_att_database(TCB_IDX); in test_read_empty_db()
566 let att_db = gatt_db.get_att_database(TCB_IDX); in test_single_service()
641 let att_db = gatt_db.get_att_database(TCB_IDX); in test_service_removal()
691 let att_db = gatt_db.get_att_database(TCB_IDX); in test_single_characteristic_declaration()
746 let att_db = gatt_db.get_att_database(TCB_IDX); in test_all_characteristic_permissions()
811 let att_db = gatt_db.get_att_database(TCB_IDX); in test_single_characteristic_value()
859 gatt_db.get_att_database(TCB_IDX).read_attribute(CHARACTERISTIC_VALUE_HANDLE), in test_unreadable_characteristic()
936 let att_db = gatt_db.get_att_database(TCB_IDX); in test_write_single_characteristic_callback_invoked()
983 let att_db = gatt_db.get_att_database(TCB_IDX); in test_write_single_characteristic_recv_response()
[all …]
Datt_server_bearer.rs358 let conn = SharedBox::new(AttServerBearer::new(db.get_att_database(TCB_IDX), send_packet)); in test_concurrent_transaction_failure()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgap.rs113 let att_database = gatt_database.get_att_database(TCB_IDX); in init_dbs()
Dgatt.rs213 let att_database = gatt_database.get_att_database(tcb_idx); in add_connection()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs96 database.get_att_database(tcb_idx), in on_le_connect()