Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dlib.c45 int bt_to_errno(__u16 code) in bt_to_errno() function
136 EXPORT_SYMBOL(bt_to_errno);
Dsco.c1123 sco_conn_del(hcon, bt_to_errno(status)); in sco_connect_cfm()
1133 sco_conn_del(hcon, bt_to_errno(reason)); in sco_disconn_cfm()
Dhci_request.c149 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_ev()
236 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
Dl2cap_core.c7311 l2cap_conn_del(hcon, bt_to_errno(status)); in l2cap_connect_cfm()
7377 l2cap_conn_del(hcon, bt_to_errno(reason)); in l2cap_disconn_cfm()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h373 int bt_to_errno(u16 code);
/Linux-v4.19/drivers/bluetooth/
Dbtintel.c618 return -bt_to_errno(params->status); in btintel_read_boot_params()