Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl5822 packet LeApcf : Command (op_code = LE_APCF) {
5833 packet LeApcfEnable : LeApcf (apcf_opcode = ENABLE) {
5866 packet LeApcfSetFilteringParameters : LeApcf (apcf_opcode = SET_FILTERING_PARAMETERS) {
5903 packet LeApcfBroadcasterAddress : LeApcf (apcf_opcode = BROADCASTER_ADDRESS) {
5929 packet LeApcfServiceUuid : LeApcf (apcf_opcode = SERVICE_UUID) {
5940 packet LeApcfServiceSolicitationUuid : LeApcf (apcf_opcode = SERVICE_SOLICITATION_UUID) {
5951 packet LeApcfLocalName : LeApcf (apcf_opcode = LOCAL_NAME) {
5962 packet LeApcfManufacturerData : LeApcf (apcf_opcode = MANUFACTURER_DATA) {
5973 packet LeApcfServiceData : LeApcf (apcf_opcode = SERVICE_DATA) {
5984 packet LeApcfAdTypeFilter : LeApcf (apcf_opcode = AD_TYPE_FILTER) {
[all …]
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h525 void LeApcf(CommandView command);
Ddual_mode_controller.cc2866 void DualModeController::LeApcf(CommandView command) { in LeApcf() function in rootcanal::DualModeController
4676 {OpCode::LE_APCF, &DualModeController::LeApcf},