Searched refs:connection (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_bgconn.c | 75 background_connection_t *connection = hash_map_get(background_connections, address); in background_connection_add() local 76 if (!connection) { in background_connection_add() 77 connection = osi_calloc(sizeof(background_connection_t)); in background_connection_add() 78 connection->address = *address; in background_connection_add() 79 hash_map_set(background_connections, &(connection->address), connection); in background_connection_add() 95 background_connection_t *connection = hash_entry->data; in background_connections_pending_cb() local 96 const bool connected = BTM_IsAclConnectionUp(connection->address.address, BT_TRANSPORT_LE); in background_connections_pending_cb()
|
/system/core/adb/ |
D | protocol.txt | 42 connection. The protocol depends on shared state and any break in the 65 Both sides send a CONNECT message when the connection between them is 70 large maxdata value, the connection with the other side must be closed. 103 the connection has been established (and identifying the other end) or 131 is used to establish the connection). Nonetheless, the local-id MUST 149 the connection. 154 The CLOSE message informs recipient that the connection between the 171 outbound messages are discarded when the connection to the remote side 175 * when the connection to the remote side goes offline, the io pump 177 * when the connection to the remote side is established, the io pump [all …]
|
D | SERVICES.TXT | 25 the connection is closed 29 connection. Instead, a new device list description is sent 46 Ask to switch the connection to the device/emulator identified by 52 Ask to switch the connection to one device connected through USB 57 Ask to switch the connection to one emulator connected through TCP. 62 Another host:transport variant. Ask to switch the connection to 109 tcp:<port> -> TCP connection on localhost:<port> 122 fail it there is already a forward connection from <local>. 127 Remove any existing forward local connection from <local>. 221 the framebuffer device, the connection is simply closed immediately.
|
D | OVERVIEW.TXT | 73 its role is to initiate the connection, then of being a pass-through 110 Note that the connection is still alive after an OKAY, which allows the 112 change the state of the connection. 124 An ADB transport models a connection between the ADB server and one device 133 a connection between an ADB server and a device/emulator connected to/
|
D | SYNC.TXT | 10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that 11 differ from the regular adb protocol. The connection stays in sync mode until
|
/system/bt/doc/ |
D | power_management.md | 35 Overall power states are managed *per device*, not per connection, but the power 39 connection is up which specifies it is willing to go into SNIFF, but its action 62 action that `bta_dm_pm_set_mode` will take, the connection will be removed 107 connection if it's supposed to be managed according to the power spec 121 - For each managed connection, `bta_dm_pm_set_mode` grabs 136 request to enable PARK for the given peer and connection.
|