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

  /system/bt/stack/btm/
btm_pm.c 938 if (btm_ble_get_conn_st() != BLE_CONN_IDLE)
940 BTM_TRACE_DEBUG("%s - BLE state: %x", __func__, btm_ble_get_conn_st());
btm_ble_bgconn.c 668 ** Function btm_ble_get_conn_st
675 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void) function
btm_ble_int.h 371 extern tBTM_BLE_CONN_ST btm_ble_get_conn_st(void);
btm_ble_privacy.c 584 if (btm_ble_get_conn_st() == BLE_DIR_CONN)
    [all...]
btm_ble_gap.c     [all...]
  /system/bt/stack/l2cap/
l2c_ble.c 54 if (btm_ble_get_conn_st() == BLE_CONN_IDLE)
773 tBTM_BLE_CONN_ST conn_st = btm_ble_get_conn_st();
    [all...]

Completed in 87 milliseconds