Home
last modified time | relevance | path

Searched refs:HciSwitchRoleParam (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/cmd/
Dhci_cmd_link_policy.c48 int HCI_SwitchRole(const HciSwitchRoleParam *param) in HCI_SwitchRole()
54 HciCmd *cmd = HciAllocCmd(HCI_SWITCH_ROLE, (void *)param, sizeof(HciSwitchRoleParam)); in HCI_SwitchRole()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_link_policy_cmd.h98 } HciSwitchRoleParam; typedef
Dhci.h173 int HCI_SwitchRole(const HciSwitchRoleParam *param);
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_snoop_filter_cmd.c221 {HciCommonFilterAddress, offsetof(HciSwitchRoleParam, bdAddr), NULL, 0},
Dbtm_acl.c2259 HciSwitchRoleParam param = { in BTM_SwitchRole()