Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc344 bool should_ignore = gatts_process_db_out_of_sync( in TEST_F()
356 bool should_ignore = gatts_process_db_out_of_sync( in TEST_F()
368 bool should_ignore = gatts_process_db_out_of_sync( in TEST_F()
382 bool should_ignore = gatts_process_db_out_of_sync( in TEST_F()
396 bool should_ignore = gatts_process_db_out_of_sync( in TEST_F()
409 bool should_ignore = gatts_process_db_out_of_sync( in TEST_F()
423 bool should_ignore = gatts_process_db_out_of_sync( in TEST_F()
437 bool should_ignore = gatts_process_db_out_of_sync(tcb_, L2CAP_ATT_CID, in TEST_F()
451 bool should_ignore = gatts_process_db_out_of_sync(tcb_, L2CAP_ATT_CID, in TEST_F()
464 bool should_ignore = gatts_process_db_out_of_sync(tcb_, L2CAP_ATT_CID, in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr.cc1302 static bool gatts_process_db_out_of_sync(tGATT_TCB& tcb, uint16_t cid, in gatts_process_db_out_of_sync() function
1398 if (gatts_process_db_out_of_sync(tcb, cid, op_code, len, p_data)) return; in gatt_server_handle_client_req()