Lines Matching refs:tester_set_bit
243 tester_set_bit(rp->data, BTP_GAP_READ_SUPPORTED_COMMANDS); in supported_commands()
244 tester_set_bit(rp->data, BTP_GAP_READ_CONTROLLER_INDEX_LIST); in supported_commands()
245 tester_set_bit(rp->data, BTP_GAP_READ_CONTROLLER_INFO); in supported_commands()
246 tester_set_bit(rp->data, BTP_GAP_SET_POWERED); in supported_commands()
247 tester_set_bit(rp->data, BTP_GAP_SET_CONNECTABLE); in supported_commands()
250 tester_set_bit(rp->data, BTP_GAP_SET_DISCOVERABLE); in supported_commands()
251 tester_set_bit(rp->data, BTP_GAP_SET_BONDABLE); in supported_commands()
252 tester_set_bit(rp->data, BTP_GAP_START_ADVERTISING); in supported_commands()
253 tester_set_bit(rp->data, BTP_GAP_STOP_ADVERTISING); in supported_commands()
254 tester_set_bit(rp->data, BTP_GAP_START_DISCOVERY); in supported_commands()
255 tester_set_bit(rp->data, BTP_GAP_STOP_DISCOVERY); in supported_commands()
256 tester_set_bit(rp->data, BTP_GAP_CONNECT); in supported_commands()
257 tester_set_bit(rp->data, BTP_GAP_DISCONNECT); in supported_commands()
260 tester_set_bit(rp->data, BTP_GAP_SET_IO_CAP); in supported_commands()
261 tester_set_bit(rp->data, BTP_GAP_PAIR); in supported_commands()
262 tester_set_bit(rp->data, BTP_GAP_PASSKEY_ENTRY); in supported_commands()
263 tester_set_bit(rp->data, BTP_GAP_PASSKEY_CONFIRM); in supported_commands()
264 tester_set_bit(rp->data, BTP_GAP_START_DIRECTED_ADV); in supported_commands()
265 tester_set_bit(rp->data, BTP_GAP_CONN_PARAM_UPDATE); in supported_commands()
268 tester_set_bit(rp->data, BTP_GAP_OOB_LEGACY_SET_DATA); in supported_commands()
270 tester_set_bit(rp->data, BTP_GAP_OOB_SC_GET_LOCAL_DATA); in supported_commands()
271 tester_set_bit(rp->data, BTP_GAP_OOB_SC_SET_REMOTE_DATA); in supported_commands()
273 tester_set_bit(rp->data, BTP_GAP_SET_MITM); in supported_commands()
274 tester_set_bit(rp->data, BTP_GAP_SET_FILTER_LIST); in supported_commands()
276 tester_set_bit(rp->data, BTP_GAP_SET_EXTENDED_ADVERTISING); in supported_commands()