Searched refs:mgmt_pending_valid (Results 1 – 3 of 3) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt_util.h | 70 bool mgmt_pending_valid(struct hci_dev *hdev, struct mgmt_pending_cmd *cmd);
|
| H A D | mgmt_util.c | 351 bool mgmt_pending_valid(struct hci_dev *hdev, struct mgmt_pending_cmd *cmd) in mgmt_pending_valid() function
|
| H A D | mgmt.c | 1344 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in mgmt_set_powered_complete() 1542 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in mgmt_set_discoverable_complete() 1719 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in mgmt_set_connectable_complete() 1954 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in set_ssp_complete() 2111 if (err == -ECANCELED || !mgmt_pending_valid(hdev, data)) in set_le_complete() 2192 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in set_mesh_complete() 3957 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in set_name_complete() 5361 if (status == -ECANCELED && !mgmt_pending_valid(hdev, cmd)) in mgmt_add_adv_patterns_monitor_complete() 5974 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in start_discovery_complete() 6195 if (err == -ECANCELED || !mgmt_pending_valid(hdev, cmd)) in stop_discovery_complete() [all …]
|