/external/bluetooth/bluedroid/stack/hid/ |
hidh_conn.c | 113 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED; 136 p_hcon->conn_state = HID_CONN_STATE_DISCONNECTING; 147 p_hcon->conn_state = HID_CONN_STATE_UNUSED; 167 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY ) 171 p_dev->conn.conn_state = HID_CONN_STATE_CONNECTING_INTR; 184 p_dev->conn.conn_state = HID_CONN_STATE_UNUSED; 227 if (p_hcon->conn_state != HID_CONN_STATE_CONNECTING_INTR) 230 p_hcon->conn_state); 238 p_hcon->conn_state = HID_CONN_STATE_UNUSED; 240 if (p_hcon->conn_state != HID_CONN_STATE_UNUSED [all...] |
hid_conn.h | 41 UINT8 conn_state; member in struct:hid_conn
|
hidh_api.c | 398 hh_cb.devices[dev_handle].conn.conn_state = HID_CONN_STATE_UNUSED;
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_bgconn.c | 365 if (p_cb->conn_state == BLE_CONN_IDLE && btm_ble_count_unconn_dev_in_whitelist() > 0) 401 if (p_cb->conn_state == BLE_BG_CONN) 410 BTM_TRACE_ERROR1("conn_st = %d, not in auto conn state, can not stop.", p_cb->conn_state); 474 p_cb->conn_state = BLE_BG_CONN; 628 return btm_cb.ble_ctr_cb.conn_state; 641 btm_cb.ble_ctr_cb.conn_state = new_st;
|
btm_ble_int.h | 233 tBTM_BLE_CONN_ST conn_state; member in struct:__anon803
|
btm_devctl.c | 648 btm_cb.ble_ctr_cb.conn_state = BLE_CONN_IDLE; [all...] |
btm_ble.c | 486 if (new_param && p_ble_cb->conn_state == BLE_BG_CONN) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_conn.c | 109 static int conn_state(BIO *b, BIO_CONNECT *c); 128 static int conn_state(BIO *b, BIO_CONNECT *c) function 410 ret=conn_state(b,data); 437 ret=conn_state(b,data); 473 ret=(long)conn_state(b,data);
|
bio_err.c | 97 {ERR_FUNC(BIO_F_CONN_STATE), "CONN_STATE"},
|
/external/openssl/crypto/bio/ |
bss_conn.c | 109 static int conn_state(BIO *b, BIO_CONNECT *c); 128 static int conn_state(BIO *b, BIO_CONNECT *c) function 410 ret=conn_state(b,data); 437 ret=conn_state(b,data); 473 ret=(long)conn_state(b,data);
|
bio_err.c | 97 {ERR_FUNC(BIO_F_CONN_STATE), "CONN_STATE"},
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ConnectionState.java | 60 protected Logger.Stream logger = Logger.getStream("conn_state");
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_int.h | 678 tBTA_DM_CONN_STATE conn_state; member in struct:__anon205
|
bta_dm_act.c | 694 bta_dm_cb.device_list.peer_device[i].conn_state = BTA_DM_UNPAIRING; [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_conn.c | 805 GAP_TRACE_EVENT3 ("gap_sec_check_complete conn_state:%d, conn_flags:0x%x, status:%d", [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_act.c | [all...] |