Home
last modified time | relevance | path

Searched defs:dlci (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Drfcomm.c139 u8_t dlci) in rfcomm_dlcs_lookup_dlci()
151 u8_t dlci) in rfcomm_dlcs_remove_dlci()
437 u8_t dlci, in rfcomm_dlc_init()
457 u8_t dlci) in rfcomm_dlc_accept()
486 static int rfcomm_send_dm(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_send_dm()
1052 u8_t dlci = BT_RFCOMM_GET_DLCI(msc->dlci); in rfcomm_handle_msc() local
1091 u8_t dlci = BT_RFCOMM_GET_DLCI(rls->dlci); in rfcomm_handle_rls() local
1114 u8_t dlci = BT_RFCOMM_GET_DLCI(rpn->dlci); in rfcomm_handle_rpn() local
1363 struct net_buf *buf, u8_t dlci, u8_t pf) in rfcomm_handle_data()
1455 u8_t dlci, frame_type, fcs, fcs_len; in rfcomm_recv() local
[all …]
A Drfcomm_internal.h63 u8_t dlci; member
74 u8_t dlci; member
83 u8_t dlci; member
89 u8_t dlci; member
145 #define BT_RFCOMM_GET_CHANNEL(dlci) ((dlci) >> 1) argument
148 #define BT_RFCOMM_SET_ADDR(dlci, cr) ((((dlci) & 0x3f) << 2) | \ argument
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Drfcomm.h93 u8_t dlci; member
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c2830 static void rfcomm_bredr_recv(struct bt_rfcomm_dlc *dlci, struct net_buf *buf) in rfcomm_bredr_recv()
2835 static void rfcomm_bredr_connected(struct bt_rfcomm_dlc *dlci) in rfcomm_bredr_connected()
2840 static void rfcomm_bredr_disconnected(struct bt_rfcomm_dlc *dlci) in rfcomm_bredr_disconnected()

Completed in 15 milliseconds