/external/libnl/lib/route/link/ |
bonding.c | 17 * \b Link Type Name: "bond" 28 * Allocate link object of type bond 40 if ((err = rtnl_link_set_type(link, "bond")) < 0) { 95 * Add a link to a bond (enslave) 98 * @arg slave ifindex of slave link to add to bond 144 * Add a link to a bond (enslave) 147 * @arg slave slave link to add to bond 172 * Release a link from a bond 189 * Release a link from a bond 214 .io_name = "bond", [all...] |
/system/bt/tools/bdtool/ |
adapter.c | 57 // Returns the device bond state. 89 const char* state_name = "Bond state unknown"; 92 state_name = "Bond state none"; 96 state_name = "Bond state bonding"; 100 state_name = "Bond state bonded"; 105 fprintf(stdout, "Bond state changed callback addr:%s state:%s\n", 182 fprintf(stdout, "auto-accepting bond\n");
|
bdtool.c | 44 static bool bond = false; variable 57 {"bond", no_argument, 0, 0}, {"up", no_argument, 0, 0}, 73 if (bond && discoverable) { 74 fprintf(stderr, "Can only select either bond or discoverable, not both\n"); 84 if (!bond && !discover && !discoverable && !up && !get_name && !set_name && 131 if (bond) { 288 "[--bond|--discover|--discoverable|--up|--sco_listen|--sco_connect] " 291 fprintf(stderr, " bond: Discover actively advertising devices\n"); 326 bond = true;
|
/external/libnl/tests/ |
.gitignore | 8 /test-create-bond
|
Makefile.am | 22 test-create-bond \ 50 test_create_bond_SOURCES = test-create-bond.c
|
/system/update_engine/common/ |
action_pipe.h | 41 // An ActionPipe is generally created with the Bond() method and owned by 71 static void Bond(FromAction* from, ToAction* to) { 84 // via the static Bond() method. 96 ActionPipe<typename FromAction::OutputObjectType>::Bond(from, to);
|
/tools/test/connectivity/acts/tests/google/bt/pts/ |
bta_lib.py | 53 """Initiate bond to PTS device""" 71 def bond(self): member in class:BtaLib 72 """Bond to PTS device"""
|
/tools/test/connectivity/acts/tests/google/bt/ |
BtFactoryResetTest.py | 43 1. Two Android devices should bond successfully. 58 self.log.error("Failed to bond devices.")
|
BtMetricsTest.py | 75 self.log.error("Failed to bond devices.") 79 # A device bond will trigger a number of system routines that need
|
/tools/test/connectivity/acts/tests/google/fugu/ |
AndroidFuguRemotePairingTest.py | 78 # Timed out trying to bond. 79 self.dut.log.info("Failed to bond devices.")
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothConnectionFacade.java | 174 * @param bond If true, bond the device only. 196 mEventFacade.postEvent("Bond" + mDeviceID, mBadNews); 245 mEventFacade.postEvent("Bond", mBadNews); 250 Log.d("Bond with " + mDevice.getAliasName()); 255 Log.e("Failed to bond with " + mDevice.getAliasName()); 256 mEventFacade.postEvent("Bond", mBadNews); 257 mService.unregisterReceiver(listeningDevices.remove("Bond" + mDeviceID)); 261 Log.d("Bond state changing."); 268 mEventFacade.postEvent("Bond" + mDeviceID, mGoodNews) [all...] |
/external/kernel-headers/original/uapi/linux/ |
sockios.h | 117 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */ 118 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/ 119 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */ 121 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
sockios.h | 115 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */ 116 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/ 117 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */ 119 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
sockios.h | 115 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */ 116 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/ 117 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */ 119 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
sockios.h | 115 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */ 116 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/ 117 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */ 119 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
sockios.h | 115 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */ 116 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/ 117 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */ 119 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
sockios.h | 112 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */ 113 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/ 114 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */ 116 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
sockios.h | 114 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */ 115 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/ 116 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */ 118 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
|
/tools/test/connectivity/acts/tests/google/bt/system_tests/ |
BtStressTest.py | 105 self.log.error("Failed to bond devices.") 108 # A device bond will trigger a number of system routines that need
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothDevicePairer.java | 60 * First we try to create a bond to the device and listen for bond status 61 * change broadcasts. Once the bond is made, we connect to the device. 228 Log.d(TAG, "Bond states: old = " + previousBondState + ", new = " + 542 // remove bond, if existing 569 // create bond (pair) to the device 600 // remove bond, if existing
|
/external/iproute2/ip/ |
iplink_bond_slave.c | 110 .id = "bond",
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 193 * Broadcast Action: Indicates a change in the bond state of a remote 233 * Contains the bond state of the remote device. 242 * Contains the previous bond state of the remote device. 434 * A bond attempt succeeded 440 * A bond attempt failed because pins did not match, or remote device did 447 * A bond attempt failed because the other side explicitly rejected 454 * A bond attempt failed because we canceled the bonding process 460 * A bond attempt failed because we could not contact the remote device 466 * A bond attempt failed because a discovery is in progress 472 * A bond attempt failed because of authentication timeou [all...] |
/system/bt/btif/include/ |
btif_common.h | 130 BTIF_DM_CB_CREATE_BOND, /* Create bond */ 131 BTIF_DM_CB_REMOVE_BOND, /*Remove bond */
|
/hardware/libhardware/include/hardware/ |
bluetooth.h | 297 /** Bluetooth Bond state */ 365 /** Bluetooth Bond state changed callback */ 523 /** Create Bluetooth Bond using out of band data */ 527 /** Remove Bond */ 530 /** Cancel Bond */
|
/external/autotest/client/bin/net/ |
net_utils_unittest.py | 25 self.god.stub_with(net_utils,"bond", net_utils.bonding) 578 # catch exception on bond enabled [all...] |