HomeSort by relevance Sort by last modified time
    Searched refs:BLE_CONN_IDLE (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/btm/
btm_ble_int_types.h 208 #define BLE_CONN_IDLE 0
btm_ble_bgconn.cc 385 if (p_cb->conn_state == BLE_CONN_IDLE && background_connections_pending() &&
btm_devctl.cc 162 btm_cb.ble_ctr_cb.conn_state = BLE_CONN_IDLE;
btm_pm.cc 883 if (btm_ble_get_conn_st() != BLE_CONN_IDLE) {
btm_ble.cc     [all...]
btm_ble_gap.cc     [all...]
  /system/bt/stack/l2cap/
l2c_ble.cc 56 if (btm_ble_get_conn_st() == BLE_CONN_IDLE) {
335 btm_ble_set_conn_st(BLE_CONN_IDLE);
    [all...]

Completed in 179 milliseconds