Searched refs:bt_to_errno (Results 1 – 6 of 6) sorted by relevance
45 int bt_to_errno(__u16 code) in bt_to_errno() function136 EXPORT_SYMBOL(bt_to_errno);
1364 sco_conn_del(hcon, bt_to_errno(status)); in sco_connect_cfm()1374 sco_conn_del(hcon, bt_to_errno(reason)); in sco_disconn_cfm()
156 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_ev()243 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
8111 l2cap_conn_del(hcon, bt_to_errno(status)); in l2cap_connect_cfm()8177 l2cap_conn_del(hcon, bt_to_errno(reason)); in l2cap_disconn_cfm()
513 int bt_to_errno(u16 code);
878 return -bt_to_errno(params->status); in btintel_read_boot_params()2238 err = -bt_to_errno(skb->data[0]); in btintel_configure_offload()
Completed in 28 milliseconds