Home
last modified time | relevance | path

Searched refs:add_to_connect_list (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hal/cert/
Dsimple_hal_test.py126 self.dut_hal.add_to_connect_list('0C:05:04:03:02:01')
/system/bt/gd/hci/acl_manager/
Dle_impl.h409 …void create_le_connection(AddressWithType address_with_type, bool add_to_connect_list, bool is_dir… in create_le_connection()
411 if (add_to_connect_list) { in create_le_connection()
/system/bt/gd/cert/
Dpy_hal.py233 def add_to_connect_list(self, remote_addr): member in PyHal