Searched refs:check_command_ (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.cc | 1363 #define check_command_(op_code, br_requirement, le_requirement) \ in CheckSupportedCommands() macro 1375 check_command_(ACCEPT_CONNECTION_REQUEST, mandatory, excluded); in CheckSupportedCommands() 1376 check_command_(ACCEPT_SYNCHRONOUS_CONNECTION, c134, excluded); in CheckSupportedCommands() 1378 check_command_(CHANGE_CONNECTION_PACKET_TYPE, c133, excluded); in CheckSupportedCommands() 1379 check_command_(CONFIGURE_DATA_PATH, c156, c156); in CheckSupportedCommands() 1381 check_command_(CREATE_CONNECTION_CANCEL, mandatory, excluded); in CheckSupportedCommands() 1383 check_command_(CREATE_CONNECTION, mandatory, excluded); in CheckSupportedCommands() 1384 check_command_(DELETE_RESERVED_LT_ADDR, c201, excluded); in CheckSupportedCommands() 1385 check_command_(DELETE_STORED_LINK_KEY, c121, excluded); in CheckSupportedCommands() 1386 check_command_(DISCONNECT, mandatory, c3); in CheckSupportedCommands() [all …]
|