/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_l2cap_if.c | 178 rfc_cb.port.port[idx - 1].dlci += 1; 179 RFCOMM_TRACE_DEBUG2 ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci); 323 if (rfc_cb.rfc.rx_frame.dlci == RFCOMM_MX_DLCI) 338 /* The frame was received on the data channel DLCI, verify that DLC exists */ 339 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL) 347 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf); 352 if ((p_port = port_find_dlci_port (rfc_cb.rfc.rx_frame.dlci)) == NULL) 354 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, TRUE); 358 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx [all...] |
port_api.c | 71 ** DLCI for the connection is (scn * 2 + 1) if client originates connection on 73 ** For the server DLCI can be changed later if client will be calling it using 74 ** (scn * 2 + 1) dlci. 83 UINT8 dlci; local 100 /* multiplexer channel DLCI should be odd */ 102 dlci = (scn << 1) + 1; 104 dlci = (scn << 1); 105 RFCOMM_TRACE_API5("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p", 106 scn, dlci, is_server, mtu, p_mcb); 109 /* do not allow the same (dlci, bd_addr) to be opened twice by application * [all...] |
rfc_mx_fsm.c | 237 rfc_cb.port.port[idx - 1].dlci += 1; 238 RFCOMM_TRACE_DEBUG2 ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci); 587 ** on DLCI 0. T1 is still running.
|
/external/iproute2/lib/ |
ll_types.c | 46 __PF(DLCI,dlci)
|
/external/kernel-headers/original/linux/ |
sockios.h | 103 /* DLCI configuration calls */ 105 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 106 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
if_arp.h | 38 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
ioctls.h | 91 /* DLCI configuration calls */ 93 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 94 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sockios.h | 102 /* DLCI configuration calls */ 104 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 105 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
if_arp.h | 38 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
ioctls.h | 91 /* DLCI configuration calls */ 93 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 94 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sockios.h | 102 /* DLCI configuration calls */ 104 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 105 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
if_arp.h | 38 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
ioctls.h | 91 /* DLCI configuration calls */ 93 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 94 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sockios.h | 102 /* DLCI configuration calls */ 104 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 105 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
if_arp.h | 38 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */
|
/frameworks/base/docs/html/tools/adk/ |
adk2.jd | 400 uint8_t i, dlci; 406 dlci = L.btRfcommReserveDlci(RFCOMM_DLCI_NEED_EVEN); 408 if(!dlci) dbgPrintf("BTADK: failed to allocate DLCI\n"); 423 L.btRfcommReleaseDlci(dlci); 427 sdpDescrADK[f] = dlci >> 1; 429 dbgPrintf("BTADK has DLCI %u\n", dlci); 431 L.btRfcommRegisterPort(dlci, btAdkPortOpen, btAdkPortClose, btAdkPortRx);
|
/external/bluetooth/bluedroid/stack/include/ |
port_api.h | 212 ** DLCI for the connection is (scn * 2 + 1) if client originates connection on 214 ** For the server DLCI can be changed later if client will be calling it using 215 ** (scn * 2 + 1) dlci.
|
/development/ndk/platforms/android-3/include/linux/ |
wanrouter.h | 102 unsigned dlci[100]; member in struct:wan_fr_conf
|
/external/iproute2/include/linux/ |
if_arp.h | 38 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_arp.h | 83 #define ARPHRD_DLCI 15 /* Frame Relay DLCI. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if_arp.h | 83 #define ARPHRD_DLCI 15 /* Frame Relay DLCI. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if_arp.h | 83 #define ARPHRD_DLCI 15 /* Frame Relay DLCI. */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 102 unsigned dlci[100]; member in struct:wan_fr_conf
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
wanrouter.h | 102 unsigned dlci[100]; member in struct:wan_fr_conf
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
wanrouter.h | 102 unsigned dlci[100]; member in struct:wan_fr_conf
|