Home
last modified time | relevance | path

Searched refs:bt_to_errno (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dlib.c45 int bt_to_errno(__u16 code) in bt_to_errno() function
136 EXPORT_SYMBOL(bt_to_errno);
Dsco.c1124 sco_conn_del(hcon, bt_to_errno(status)); in sco_connect_cfm()
1134 sco_conn_del(hcon, bt_to_errno(reason)); in sco_disconn_cfm()
Dhci_core.c263 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_ev()
348 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
Dl2cap_core.c7280 l2cap_conn_del(hcon, bt_to_errno(status)); in l2cap_connect_cfm()
7346 l2cap_conn_del(hcon, bt_to_errno(reason)); in l2cap_disconn_cfm()
/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h361 int bt_to_errno(__u16 code);
/linux-4.4.14/drivers/bluetooth/
Dhci_intel.c610 err = -bt_to_errno(ver->status); in intel_setup()
691 err = -bt_to_errno(params->status); in intel_setup()